COLOR #2F7D14

HEX: #2F7D14
RGB: (47,125,20)

Color info

#2F7D14 contains mainly green color. Web safe color of #2F7D14 is #336600 (or #360).

RGB color model

#2F7D14 color RGB value is (47,125,20).

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

RGB channels and saturation

R 47 of 255 = 18%
G 125 of 255 = 49%
B 20 of 255 = 8%

47
125
20

R + G + B ~ 25%. #2F7D14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 125 + 20 = 192 (100%)
R 47 of 192 ~ 24.48%
G 125 of 192 ~ 65.1%
B 20 of 192 ~ 10.42%

%24.48
%65.1
%10.42

CMYK color model

#2F7D14 color CMYK value is (62,0,84,51).

  • cyan value is 62.40%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 50.98%
CMYK:
(62,0,84,51)
C62M0Y84K51 
(62%,0%,84%,51%)
(0.62/0.00/0.84/0.51)	

CMYK percentages

%62.4
%0
%84
%50.98

Codes

Color #2F7D14 in popluar color models

2F7D14
RGB4712520
HSL105°72.41%28.43%
HSB/HSV105°84.00%49.02%
CMYK62.40%0.00%84.00%
50.98%

Color #2F7D14 in popluar number systems.

HEX2F7D14
Decimal4712520
Binary101111111110110100
Octal5717524

Shades and tints

Shades of #2F7D14

#2F7D14
(47,125,20)
#2B7213
(43,114,19)
#276712
(39,103,18)
#235C11
(35,92,17)
#1F5110
(31,81,16)
#1B460F
(27,70,15)
#173B0E
(23,59,14)
#13300D
(19,48,13)
#0F250C
(15,37,12)
#0B1A0B
(11,26,11)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #2F7D14

#2F7D14
(47,125,20)
#418829
(65,136,41)
#53933E
(83,147,62)
#659E53
(101,158,83)
#77A968
(119,169,104)
#89B47D
(137,180,125)
#9BBF92
(155,191,146)
#ADCAA7
(173,202,167)
#BFD5BC
(191,213,188)
#D1E0D1
(209,224,209)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F7D14; }

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

This text font color is #2F7D14.


Background Color

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

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

This div background color is #2F7D14.


Border color

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

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

This div border color is #2F7D14.


Opacity

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

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

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

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

This text has shadow with #2F7D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7D14 on black background.


Color preview on white background

This text has color #2F7D14 on white background.



Black color preview on #2F7D14 background

This text has black color on #2F7D14 background.


White color preview on #2F7D14 background

This text has white color on #2F7D14 background.