COLOR #2F5E0F

HEX: #2F5E0F
RGB: (47,94,15)

Color info

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

RGB color model

#2F5E0F color RGB value is (47,94,15).

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

RGB channels and saturation

R 47 of 255 = 18%
G 94 of 255 = 37%
B 15 of 255 = 6%

47
94
15

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

Portions of RGB colors in percentages

R + G + B =
47 + 94 + 15 = 156 (100%)
R 47 of 156 ~ 30.13%
G 94 of 156 ~ 60.26%
B 15 of 156 ~ 9.62%

%30.13
%60.26
%9.62

CMYK color model

#2F5E0F color CMYK value is (50,0,84,63).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 84.04%
  • key color value is 63.14%
CMYK:
(50,0,84,63)
C50M0Y84K63 
(50%,0%,84%,63%)
(0.50/0.00/0.84/0.63)	

CMYK percentages

%50
%0
%84.04
%63.14

Codes

Color #2F5E0F in popluar color models

2F5E0F
RGB479415
HSL96°72.48%21.37%
HSB/HSV96°84.04%36.86%
CMYK50.00%0.00%84.04%
63.14%

Color #2F5E0F in popluar number systems.

HEX2F5E0F
Decimal479415
Binary10111110111101111
Octal5713617

Shades and tints

Shades of #2F5E0F

#2F5E0F
(47,94,15)
#2B560E
(43,86,14)
#274E0D
(39,78,13)
#23460C
(35,70,12)
#1F3E0B
(31,62,11)
#1B360A
(27,54,10)
#172E09
(23,46,9)
#132608
(19,38,8)
#0F1E07
(15,30,7)
#0B1606
(11,22,6)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #2F5E0F

#2F5E0F
(47,94,15)
#416C24
(65,108,36)
#537A39
(83,122,57)
#65884E
(101,136,78)
#779663
(119,150,99)
#89A478
(137,164,120)
#9BB28D
(155,178,141)
#ADC0A2
(173,192,162)
#BFCEB7
(191,206,183)
#D1DCCC
(209,220,204)
#E3EAE1
(227,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5E0F; }

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

This text font color is #2F5E0F.


Background Color

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

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

This div background color is #2F5E0F.


Border color

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

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

This div border color is #2F5E0F.


Opacity

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

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

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

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

This text has shadow with #2F5E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5E0F on black background.


Color preview on white background

This text has color #2F5E0F on white background.



Black color preview on #2F5E0F background

This text has black color on #2F5E0F background.


White color preview on #2F5E0F background

This text has white color on #2F5E0F background.