COLOR #2F7514

HEX: #2F7514
RGB: (47,117,20)

Color info

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

RGB color model

#2F7514 color RGB value is (47,117,20).

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

RGB channels and saturation

R 47 of 255 = 18%
G 117 of 255 = 46%
B 20 of 255 = 8%

47
117
20

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

Portions of RGB colors in percentages

R + G + B =
47 + 117 + 20 = 184 (100%)
R 47 of 184 ~ 25.54%
G 117 of 184 ~ 63.59%
B 20 of 184 ~ 10.87%

%25.54
%63.59
%10.87

CMYK color model

#2F7514 color CMYK value is (60,0,83,54).

  • cyan value is 59.83%
  • magenta value is 0.00%
  • yellow value is 82.91%
  • key color value is 54.12%
CMYK:
(60,0,83,54)
C60M0Y83K54 
(60%,0%,83%,54%)
(0.60/0.00/0.83/0.54)	

CMYK percentages

%59.83
%0
%82.91
%54.12

Codes

Color #2F7514 in popluar color models

2F7514
RGB4711720
HSL103°70.80%26.86%
HSB/HSV103°82.91%45.88%
CMYK59.83%0.00%82.91%
54.12%

Color #2F7514 in popluar number systems.

HEX2F7514
Decimal4711720
Binary101111111010110100
Octal5716524

Shades and tints

Shades of #2F7514

#2F7514
(47,117,20)
#2B6B13
(43,107,19)
#276112
(39,97,18)
#235711
(35,87,17)
#1F4D10
(31,77,16)
#1B430F
(27,67,15)
#17390E
(23,57,14)
#132F0D
(19,47,13)
#0F250C
(15,37,12)
#0B1B0B
(11,27,11)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #2F7514

#2F7514
(47,117,20)
#418129
(65,129,41)
#538D3E
(83,141,62)
#659953
(101,153,83)
#77A568
(119,165,104)
#89B17D
(137,177,125)
#9BBD92
(155,189,146)
#ADC9A7
(173,201,167)
#BFD5BC
(191,213,188)
#D1E1D1
(209,225,209)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F7514; }

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

This text font color is #2F7514.


Background Color

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

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

This div background color is #2F7514.


Border color

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

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

This div border color is #2F7514.


Opacity

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

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

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

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

This text has shadow with #2F7514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7514 on black background.


Color preview on white background

This text has color #2F7514 on white background.



Black color preview on #2F7514 background

This text has black color on #2F7514 background.


White color preview on #2F7514 background

This text has white color on #2F7514 background.