COLOR #2F6B4F

HEX: #2F6B4F
RGB: (47,107,79)

Color info

#2F6B4F contains mainly green and blue colors. Web safe color of #2F6B4F is #336666 (or #366).

RGB color model

#2F6B4F color RGB value is (47,107,79).

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

RGB channels and saturation

R 47 of 255 = 18%
G 107 of 255 = 42%
B 79 of 255 = 31%

47
107
79

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

Portions of RGB colors in percentages

R + G + B =
47 + 107 + 79 = 233 (100%)
R 47 of 233 ~ 20.17%
G 107 of 233 ~ 45.92%
B 79 of 233 ~ 33.91%

%20.17
%45.92
%33.91

CMYK color model

#2F6B4F color CMYK value is (56,0,26,58).

  • cyan value is 56.07%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 58.04%
CMYK:
(56,0,26,58)
C56M0Y26K58 
(56%,0%,26%,58%)
(0.56/0.00/0.26/0.58)	

CMYK percentages

%56.07
%0
%26.17
%58.04

Codes

Color #2F6B4F in popluar color models

2F6B4F
RGB4710779
HSL152°38.96%30.20%
HSB/HSV152°56.07%41.96%
CMYK56.07%0.00%26.17%
58.04%

Color #2F6B4F in popluar number systems.

HEX2F6B4F
Decimal4710779
Binary10111111010111001111
Octal57153117

Shades and tints

Shades of #2F6B4F

#2F6B4F
(47,107,79)
#2B6248
(43,98,72)
#275941
(39,89,65)
#23503A
(35,80,58)
#1F4733
(31,71,51)
#1B3E2C
(27,62,44)
#173525
(23,53,37)
#132C1E
(19,44,30)
#0F2317
(15,35,23)
#0B1A10
(11,26,16)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #2F6B4F

#2F6B4F
(47,107,79)
#41785F
(65,120,95)
#53856F
(83,133,111)
#65927F
(101,146,127)
#779F8F
(119,159,143)
#89AC9F
(137,172,159)
#9BB9AF
(155,185,175)
#ADC6BF
(173,198,191)
#BFD3CF
(191,211,207)
#D1E0DF
(209,224,223)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6B4F; }

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

This text font color is #2F6B4F.


Background Color

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

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

This div background color is #2F6B4F.


Border color

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

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

This div border color is #2F6B4F.


Opacity

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

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

Text with #2F6B4F 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 #2F6B4F;}

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

This text has shadow with #2F6B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6B4F on black background.


Color preview on white background

This text has color #2F6B4F on white background.



Black color preview on #2F6B4F background

This text has black color on #2F6B4F background.


White color preview on #2F6B4F background

This text has white color on #2F6B4F background.