COLOR #2F5E22

HEX: #2F5E22
RGB: (47,94,34)

Color info

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

RGB color model

#2F5E22 color RGB value is (47,94,34).

  • red value is 47;
  • green value is 94;
  • blue value is 34.
RGB:
(47,94,34)
(18%,37%,13%)

RGB channels and saturation

R 47 of 255 = 18%
G 94 of 255 = 37%
B 34 of 255 = 13%

47
94
34

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

Portions of RGB colors in percentages

R + G + B =
47 + 94 + 34 = 175 (100%)
R 47 of 175 ~ 26.86%
G 94 of 175 ~ 53.71%
B 34 of 175 ~ 19.43%

%26.86
%53.71
%19.43

CMYK color model

#2F5E22 color CMYK value is (50,0,64,63).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 63.83%
  • key color value is 63.14%
CMYK:
(50,0,64,63)
C50M0Y64K63 
(50%,0%,64%,63%)
(0.50/0.00/0.64/0.63)	

CMYK percentages

%50
%0
%63.83
%63.14

Codes

Color #2F5E22 in popluar color models

2F5E22
RGB479434
HSL107°46.88%25.10%
HSB/HSV107°63.83%36.86%
CMYK50.00%0.00%63.83%
63.14%

Color #2F5E22 in popluar number systems.

HEX2F5E22
Decimal479434
Binary1011111011110100010
Octal5713642

Shades and tints

Shades of #2F5E22

#2F5E22
(47,94,34)
#2B561F
(43,86,31)
#274E1C
(39,78,28)
#234619
(35,70,25)
#1F3E16
(31,62,22)
#1B3613
(27,54,19)
#172E10
(23,46,16)
#13260D
(19,38,13)
#0F1E0A
(15,30,10)
#0B1607
(11,22,7)
#070E04
(7,14,4)
#000000
(0,0,0)

Tints of #2F5E22

#2F5E22
(47,94,34)
#416C36
(65,108,54)
#537A4A
(83,122,74)
#65885E
(101,136,94)
#779672
(119,150,114)
#89A486
(137,164,134)
#9BB29A
(155,178,154)
#ADC0AE
(173,192,174)
#BFCEC2
(191,206,194)
#D1DCD6
(209,220,214)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5E22; }

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

This text font color is #2F5E22.


Background Color

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

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

This div background color is #2F5E22.


Border color

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

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

This div border color is #2F5E22.


Opacity

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

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

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

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

This text has shadow with #2F5E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5E22 on black background.


Color preview on white background

This text has color #2F5E22 on white background.



Black color preview on #2F5E22 background

This text has black color on #2F5E22 background.


White color preview on #2F5E22 background

This text has white color on #2F5E22 background.