COLOR #2F5A2C

HEX: #2F5A2C
RGB: (47,90,44)

Color info

#2F5A2C contains red, green and blue colors in about the same proportion. Web safe color of #2F5A2C is #336633 (or #363).

RGB color model

#2F5A2C color RGB value is (47,90,44).

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

RGB channels and saturation

R 47 of 255 = 18%
G 90 of 255 = 35%
B 44 of 255 = 17%

47
90
44

R + G + B ~ 23%. #2F5A2C is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 90 + 44 = 181 (100%)
R 47 of 181 ~ 25.97%
G 90 of 181 ~ 49.72%
B 44 of 181 ~ 24.31%

%25.97
%49.72
%24.31

CMYK color model

#2F5A2C color CMYK value is (48,0,51,65).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 51.11%
  • key color value is 64.71%
CMYK:
(48,0,51,65)
C48M0Y51K65 
(48%,0%,51%,65%)
(0.48/0.00/0.51/0.65)	

CMYK percentages

%47.78
%0
%51.11
%64.71

Codes

Color #2F5A2C in popluar color models

2F5A2C
RGB479044
HSL116°34.33%26.27%
HSB/HSV116°51.11%35.29%
CMYK47.78%0.00%51.11%
64.71%

Color #2F5A2C in popluar number systems.

HEX2F5A2C
Decimal479044
Binary1011111011010101100
Octal5713254

Shades and tints

Shades of #2F5A2C

#2F5A2C
(47,90,44)
#2B5228
(43,82,40)
#274A24
(39,74,36)
#234220
(35,66,32)
#1F3A1C
(31,58,28)
#1B3218
(27,50,24)
#172A14
(23,42,20)
#132210
(19,34,16)
#0F1A0C
(15,26,12)
#0B1208
(11,18,8)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #2F5A2C

#2F5A2C
(47,90,44)
#41693F
(65,105,63)
#537852
(83,120,82)
#658765
(101,135,101)
#779678
(119,150,120)
#89A58B
(137,165,139)
#9BB49E
(155,180,158)
#ADC3B1
(173,195,177)
#BFD2C4
(191,210,196)
#D1E1D7
(209,225,215)
#E3F0EA
(227,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5A2C; }

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

This text font color is #2F5A2C.


Background Color

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

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

This div background color is #2F5A2C.


Border color

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

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

This div border color is #2F5A2C.


Opacity

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

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

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

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

This text has shadow with #2F5A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5A2C on black background.


Color preview on white background

This text has color #2F5A2C on white background.



Black color preview on #2F5A2C background

This text has black color on #2F5A2C background.


White color preview on #2F5A2C background

This text has white color on #2F5A2C background.