COLOR #2F5A1D

HEX: #2F5A1D
RGB: (47,90,29)

Color info

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

RGB color model

#2F5A1D color RGB value is (47,90,29).

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

RGB channels and saturation

R 47 of 255 = 18%
G 90 of 255 = 35%
B 29 of 255 = 11%

47
90
29

R + G + B ~ 21%. #2F5A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 90 + 29 = 166 (100%)
R 47 of 166 ~ 28.31%
G 90 of 166 ~ 54.22%
B 29 of 166 ~ 17.47%

%28.31
%54.22
%17.47

CMYK color model

#2F5A1D color CMYK value is (48,0,68,65).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 67.78%
  • key color value is 64.71%
CMYK:
(48,0,68,65)
C48M0Y68K65 
(48%,0%,68%,65%)
(0.48/0.00/0.68/0.65)	

CMYK percentages

%47.78
%0
%67.78
%64.71

Codes

Color #2F5A1D in popluar color models

2F5A1D
RGB479029
HSL102°51.26%23.33%
HSB/HSV102°67.78%35.29%
CMYK47.78%0.00%67.78%
64.71%

Color #2F5A1D in popluar number systems.

HEX2F5A1D
Decimal479029
Binary101111101101011101
Octal5713235

Shades and tints

Shades of #2F5A1D

#2F5A1D
(47,90,29)
#2B521B
(43,82,27)
#274A19
(39,74,25)
#234217
(35,66,23)
#1F3A15
(31,58,21)
#1B3213
(27,50,19)
#172A11
(23,42,17)
#13220F
(19,34,15)
#0F1A0D
(15,26,13)
#0B120B
(11,18,11)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #2F5A1D

#2F5A1D
(47,90,29)
#416931
(65,105,49)
#537845
(83,120,69)
#658759
(101,135,89)
#77966D
(119,150,109)
#89A581
(137,165,129)
#9BB495
(155,180,149)
#ADC3A9
(173,195,169)
#BFD2BD
(191,210,189)
#D1E1D1
(209,225,209)
#E3F0E5
(227,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5A1D; }

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

This text font color is #2F5A1D.


Background Color

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

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

This div background color is #2F5A1D.


Border color

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

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

This div border color is #2F5A1D.


Opacity

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

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

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

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

This text has shadow with #2F5A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5A1D on black background.


Color preview on white background

This text has color #2F5A1D on white background.



Black color preview on #2F5A1D background

This text has black color on #2F5A1D background.


White color preview on #2F5A1D background

This text has white color on #2F5A1D background.