COLOR #2F6B4B

HEX: #2F6B4B
RGB: (47,107,75)

Color info

#2F6B4B contains mainly green and blue colors. Web safe color of #2F6B4B is #336633 (or #363).

RGB color model

#2F6B4B color RGB value is (47,107,75).

  • red value is 47;
  • green value is 107;
  • blue value is 75.
RGB:
(47,107,75)
(18%,42%,29%)

RGB channels and saturation

R 47 of 255 = 18%
G 107 of 255 = 42%
B 75 of 255 = 29%

47
107
75

R + G + B ~ 30%. #2F6B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 107 + 75 = 229 (100%)
R 47 of 229 ~ 20.52%
G 107 of 229 ~ 46.72%
B 75 of 229 ~ 32.75%

%20.52
%46.72
%32.75

CMYK color model

#2F6B4B color CMYK value is (56,0,30,58).

  • cyan value is 56.07%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(56,0,30,58)
C56M0Y30K58 
(56%,0%,30%,58%)
(0.56/0.00/0.30/0.58)	

CMYK percentages

%56.07
%0
%29.91
%58.04

Codes

Color #2F6B4B in popluar color models

2F6B4B
RGB4710775
HSL148°38.96%30.20%
HSB/HSV148°56.07%41.96%
CMYK56.07%0.00%29.91%
58.04%

Color #2F6B4B in popluar number systems.

HEX2F6B4B
Decimal4710775
Binary10111111010111001011
Octal57153113

Shades and tints

Shades of #2F6B4B

#2F6B4B
(47,107,75)
#2B6245
(43,98,69)
#27593F
(39,89,63)
#235039
(35,80,57)
#1F4733
(31,71,51)
#1B3E2D
(27,62,45)
#173527
(23,53,39)
#132C21
(19,44,33)
#0F231B
(15,35,27)
#0B1A15
(11,26,21)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #2F6B4B

#2F6B4B
(47,107,75)
#41785B
(65,120,91)
#53856B
(83,133,107)
#65927B
(101,146,123)
#779F8B
(119,159,139)
#89AC9B
(137,172,155)
#9BB9AB
(155,185,171)
#ADC6BB
(173,198,187)
#BFD3CB
(191,211,203)
#D1E0DB
(209,224,219)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6B4B color. Also use rgb(47,107,75) instead hex code.

Text Font Color

.myTextColor { color: #2F6B4B; }

<p style="color:#2F6B4B">This sample text font color is #2F6B4B.</p>

This text font color is #2F6B4B.


Background Color

.myBgColor { background-color: #2F6B4B; }

<div style="background-color:#2F6B4B">Inner text</div>

This div background color is #2F6B4B.


Border color

.myBorderColor { border: 1px solid #2F6B4B; }

<div style="border:3px solid #2F6B4B">Div</div>

This div border color is #2F6B4B.


Opacity

.myOpacity80 { color: #2F6B4B; opacity: 0.8; }

<p style="color:#2F6B4B;opacity:0.8;">80%</p>

Text with #2F6B4B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2F6B4B;}

<p style="text-shadow: 3px 3px 1px #2F6B4B">Text here.</p>

This text has shadow with #2F6B4B color.

.textShadow {text-shadow: 3px 3px 1px #2F6B4B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2F6B4B, 5px 5px 20px red">Text here.</p>

This text has shadow with #2F6B4B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2F6B4B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2F6B4B, Direction=45, Strength=4)">Text</p>

This text has shadow with #2F6B4B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2F6B4B;
  -webkit-box-shadow:	1px 1px 3px 2px #2F6B4B;
  box-shadow:		1px 1px 3px 2px #2F6B4B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2F6B4B;
-webkit-box-shadow: 1px 1px 3px 2px #2F6B4B;
box-shadow:1px 1px 3px 2px #2F6B4B;">
Div content here</div>
This div box has shadow with color #2F6B4B.

Preview

Color preview on black background

This text has color #2F6B4B on black background.


Color preview on white background

This text has color #2F6B4B on white background.



Black color preview on #2F6B4B background

This text has black color on #2F6B4B background.


White color preview on #2F6B4B background

This text has white color on #2F6B4B background.