COLOR #2F5E13

HEX: #2F5E13
RGB: (47,94,19)

Color info

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

RGB color model

#2F5E13 color RGB value is (47,94,19).

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

RGB channels and saturation

R 47 of 255 = 18%
G 94 of 255 = 37%
B 19 of 255 = 7%

47
94
19

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

Portions of RGB colors in percentages

R + G + B =
47 + 94 + 19 = 160 (100%)
R 47 of 160 ~ 29.38%
G 94 of 160 ~ 58.75%
B 19 of 160 ~ 11.88%

%29.38
%58.75
%11.88

CMYK color model

#2F5E13 color CMYK value is (50,0,80,63).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 79.79%
  • key color value is 63.14%
CMYK:
(50,0,80,63)
C50M0Y80K63 
(50%,0%,80%,63%)
(0.50/0.00/0.80/0.63)	

CMYK percentages

%50
%0
%79.79
%63.14

Codes

Color #2F5E13 in popluar color models

2F5E13
RGB479419
HSL98°66.37%22.16%
HSB/HSV98°79.79%36.86%
CMYK50.00%0.00%79.79%
63.14%

Color #2F5E13 in popluar number systems.

HEX2F5E13
Decimal479419
Binary101111101111010011
Octal5713623

Shades and tints

Shades of #2F5E13

#2F5E13
(47,94,19)
#2B5612
(43,86,18)
#274E11
(39,78,17)
#234610
(35,70,16)
#1F3E0F
(31,62,15)
#1B360E
(27,54,14)
#172E0D
(23,46,13)
#13260C
(19,38,12)
#0F1E0B
(15,30,11)
#0B160A
(11,22,10)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #2F5E13

#2F5E13
(47,94,19)
#416C28
(65,108,40)
#537A3D
(83,122,61)
#658852
(101,136,82)
#779667
(119,150,103)
#89A47C
(137,164,124)
#9BB291
(155,178,145)
#ADC0A6
(173,192,166)
#BFCEBB
(191,206,187)
#D1DCD0
(209,220,208)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5E13; }

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

This text font color is #2F5E13.


Background Color

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

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

This div background color is #2F5E13.


Border color

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

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

This div border color is #2F5E13.


Opacity

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

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

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

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

This text has shadow with #2F5E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5E13 on black background.


Color preview on white background

This text has color #2F5E13 on white background.



Black color preview on #2F5E13 background

This text has black color on #2F5E13 background.


White color preview on #2F5E13 background

This text has white color on #2F5E13 background.