COLOR #2F5E14

HEX: #2F5E14
RGB: (47,94,20)

Color info

#2F5E14 contains mainly red and green colors. Web safe color of #2F5E14 is #336600 (or #360).

RGB color model

#2F5E14 color RGB value is (47,94,20).

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

RGB channels and saturation

R 47 of 255 = 18%
G 94 of 255 = 37%
B 20 of 255 = 8%

47
94
20

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

Portions of RGB colors in percentages

R + G + B =
47 + 94 + 20 = 161 (100%)
R 47 of 161 ~ 29.19%
G 94 of 161 ~ 58.39%
B 20 of 161 ~ 12.42%

%29.19
%58.39
%12.42

CMYK color model

#2F5E14 color CMYK value is (50,0,79,63).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 78.72%
  • key color value is 63.14%
CMYK:
(50,0,79,63)
C50M0Y79K63 
(50%,0%,79%,63%)
(0.50/0.00/0.79/0.63)	

CMYK percentages

%50
%0
%78.72
%63.14

Codes

Color #2F5E14 in popluar color models

2F5E14
RGB479420
HSL98°64.91%22.35%
HSB/HSV98°78.72%36.86%
CMYK50.00%0.00%78.72%
63.14%

Color #2F5E14 in popluar number systems.

HEX2F5E14
Decimal479420
Binary101111101111010100
Octal5713624

Shades and tints

Shades of #2F5E14

#2F5E14
(47,94,20)
#2B5613
(43,86,19)
#274E12
(39,78,18)
#234611
(35,70,17)
#1F3E10
(31,62,16)
#1B360F
(27,54,15)
#172E0E
(23,46,14)
#13260D
(19,38,13)
#0F1E0C
(15,30,12)
#0B160B
(11,22,11)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #2F5E14

#2F5E14
(47,94,20)
#416C29
(65,108,41)
#537A3E
(83,122,62)
#658853
(101,136,83)
#779668
(119,150,104)
#89A47D
(137,164,125)
#9BB292
(155,178,146)
#ADC0A7
(173,192,167)
#BFCEBC
(191,206,188)
#D1DCD1
(209,220,209)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5E14; }

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

This text font color is #2F5E14.


Background Color

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

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

This div background color is #2F5E14.


Border color

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

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

This div border color is #2F5E14.


Opacity

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

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

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

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

This text has shadow with #2F5E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5E14 on black background.


Color preview on white background

This text has color #2F5E14 on white background.



Black color preview on #2F5E14 background

This text has black color on #2F5E14 background.


White color preview on #2F5E14 background

This text has white color on #2F5E14 background.