COLOR #2F6D1D

HEX: #2F6D1D
RGB: (47,109,29)

Color info

#2F6D1D contains mainly green color. Web safe color of #2F6D1D is #336633 (or #363).

RGB color model

#2F6D1D color RGB value is (47,109,29).

  • red value is 47;
  • green value is 109;
  • blue value is 29.
RGB:
(47,109,29)
(18%,43%,11%)

RGB channels and saturation

R 47 of 255 = 18%
G 109 of 255 = 43%
B 29 of 255 = 11%

47
109
29

R + G + B ~ 24%. #2F6D1D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 109 + 29 = 185 (100%)
R 47 of 185 ~ 25.41%
G 109 of 185 ~ 58.92%
B 29 of 185 ~ 15.68%

%25.41
%58.92
%15.68

CMYK color model

#2F6D1D color CMYK value is (57,0,73,57).

  • cyan value is 56.88%
  • magenta value is 0.00%
  • yellow value is 73.39%
  • key color value is 57.25%
CMYK:
(57,0,73,57)
C57M0Y73K57 
(57%,0%,73%,57%)
(0.57/0.00/0.73/0.57)	

CMYK percentages

%56.88
%0
%73.39
%57.25

Codes

Color #2F6D1D in popluar color models

2F6D1D
RGB4710929
HSL107°57.97%27.06%
HSB/HSV107°73.39%42.75%
CMYK56.88%0.00%73.39%
57.25%

Color #2F6D1D in popluar number systems.

HEX2F6D1D
Decimal4710929
Binary101111110110111101
Octal5715535

Shades and tints

Shades of #2F6D1D

#2F6D1D
(47,109,29)
#2B641B
(43,100,27)
#275B19
(39,91,25)
#235217
(35,82,23)
#1F4915
(31,73,21)
#1B4013
(27,64,19)
#173711
(23,55,17)
#132E0F
(19,46,15)
#0F250D
(15,37,13)
#0B1C0B
(11,28,11)
#071309
(7,19,9)
#000000
(0,0,0)

Tints of #2F6D1D

#2F6D1D
(47,109,29)
#417A31
(65,122,49)
#538745
(83,135,69)
#659459
(101,148,89)
#77A16D
(119,161,109)
#89AE81
(137,174,129)
#9BBB95
(155,187,149)
#ADC8A9
(173,200,169)
#BFD5BD
(191,213,189)
#D1E2D1
(209,226,209)
#E3EFE5
(227,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6D1D color. Also use rgb(47,109,29) instead hex code.

Text Font Color

.myTextColor { color: #2F6D1D; }

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

This text font color is #2F6D1D.


Background Color

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

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

This div background color is #2F6D1D.


Border color

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

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

This div border color is #2F6D1D.


Opacity

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

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

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

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

This text has shadow with #2F6D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6D1D on black background.


Color preview on white background

This text has color #2F6D1D on white background.



Black color preview on #2F6D1D background

This text has black color on #2F6D1D background.


White color preview on #2F6D1D background

This text has white color on #2F6D1D background.