COLOR #2F5B0E

HEX: #2F5B0E
RGB: (47,91,14)

Color info

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

RGB color model

#2F5B0E color RGB value is (47,91,14).

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

RGB channels and saturation

R 47 of 255 = 18%
G 91 of 255 = 36%
B 14 of 255 = 5%

47
91
14

R + G + B ~ 20%. #2F5B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 91 + 14 = 152 (100%)
R 47 of 152 ~ 30.92%
G 91 of 152 ~ 59.87%
B 14 of 152 ~ 9.21%

%30.92
%59.87

CMYK color model

#2F5B0E color CMYK value is (48,0,85,64).

  • cyan value is 48.35%
  • magenta value is 0.00%
  • yellow value is 84.62%
  • key color value is 64.31%
CMYK:
(48,0,85,64)
C48M0Y85K64 
(48%,0%,85%,64%)
(0.48/0.00/0.85/0.64)	

CMYK percentages

%48.35
%0
%84.62
%64.31

Codes

Color #2F5B0E in popluar color models

2F5B0E
RGB479114
HSL94°73.33%20.59%
HSB/HSV94°84.62%35.69%
CMYK48.35%0.00%84.62%
64.31%

Color #2F5B0E in popluar number systems.

HEX2F5B0E
Decimal479114
Binary10111110110111110
Octal5713316

Shades and tints

Shades of #2F5B0E

#2F5B0E
(47,91,14)
#2B530D
(43,83,13)
#274B0C
(39,75,12)
#23430B
(35,67,11)
#1F3B0A
(31,59,10)
#1B3309
(27,51,9)
#172B08
(23,43,8)
#132307
(19,35,7)
#0F1B06
(15,27,6)
#0B1305
(11,19,5)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #2F5B0E

#2F5B0E
(47,91,14)
#416923
(65,105,35)
#537738
(83,119,56)
#65854D
(101,133,77)
#779362
(119,147,98)
#89A177
(137,161,119)
#9BAF8C
(155,175,140)
#ADBDA1
(173,189,161)
#BFCBB6
(191,203,182)
#D1D9CB
(209,217,203)
#E3E7E0
(227,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5B0E; }

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

This text font color is #2F5B0E.


Background Color

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

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

This div background color is #2F5B0E.


Border color

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

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

This div border color is #2F5B0E.


Opacity

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

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

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

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

This text has shadow with #2F5B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5B0E on black background.


Color preview on white background

This text has color #2F5B0E on white background.



Black color preview on #2F5B0E background

This text has black color on #2F5B0E background.


White color preview on #2F5B0E background

This text has white color on #2F5B0E background.