COLOR #2F5D2F

HEX: #2F5D2F
RGB: (47,93,47)

Color info

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

RGB color model

#2F5D2F color RGB value is (47,93,47).

  • red value is 47;
  • green value is 93;
  • blue value is 47.
RGB:
(47,93,47)
(18%,36%,18%)

RGB channels and saturation

R 47 of 255 = 18%
G 93 of 255 = 36%
B 47 of 255 = 18%

47
93
47

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

Portions of RGB colors in percentages

R + G + B =
47 + 93 + 47 = 187 (100%)
R 47 of 187 ~ 25.13%
G 93 of 187 ~ 49.73%
B 47 of 187 ~ 25.13%

%25.13
%49.73
%25.13

CMYK color model

#2F5D2F color CMYK value is (49,0,49,64).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 49.46%
  • key color value is 63.53%
CMYK:
(49,0,49,64)
C49M0Y49K64 
(49%,0%,49%,64%)
(0.49/0.00/0.49/0.64)	

CMYK percentages

%49.46
%0
%49.46
%63.53

Codes

Color #2F5D2F in popluar color models

2F5D2F
RGB479347
HSL120°32.86%27.45%
HSB/HSV120°49.46%36.47%
CMYK49.46%0.00%49.46%
63.53%

Color #2F5D2F in popluar number systems.

HEX2F5D2F
Decimal479347
Binary1011111011101101111
Octal5713557

Shades and tints

Shades of #2F5D2F

#2F5D2F
(47,93,47)
#2B552B
(43,85,43)
#274D27
(39,77,39)
#234523
(35,69,35)
#1F3D1F
(31,61,31)
#1B351B
(27,53,27)
#172D17
(23,45,23)
#132513
(19,37,19)
#0F1D0F
(15,29,15)
#0B150B
(11,21,11)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #2F5D2F

#2F5D2F
(47,93,47)
#416B41
(65,107,65)
#537953
(83,121,83)
#658765
(101,135,101)
#779577
(119,149,119)
#89A389
(137,163,137)
#9BB19B
(155,177,155)
#ADBFAD
(173,191,173)
#BFCDBF
(191,205,191)
#D1DBD1
(209,219,209)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5D2F; }

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

This text font color is #2F5D2F.


Background Color

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

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

This div background color is #2F5D2F.


Border color

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

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

This div border color is #2F5D2F.


Opacity

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

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

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

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

This text has shadow with #2F5D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5D2F on black background.


Color preview on white background

This text has color #2F5D2F on white background.



Black color preview on #2F5D2F background

This text has black color on #2F5D2F background.


White color preview on #2F5D2F background

This text has white color on #2F5D2F background.