COLOR #2F5A13

HEX: #2F5A13
RGB: (47,90,19)

Color info

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

RGB color model

#2F5A13 color RGB value is (47,90,19).

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

RGB channels and saturation

R 47 of 255 = 18%
G 90 of 255 = 35%
B 19 of 255 = 7%

47
90
19

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

Portions of RGB colors in percentages

R + G + B =
47 + 90 + 19 = 156 (100%)
R 47 of 156 ~ 30.13%
G 90 of 156 ~ 57.69%
B 19 of 156 ~ 12.18%

%30.13
%57.69
%12.18

CMYK color model

#2F5A13 color CMYK value is (48,0,79,65).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 78.89%
  • key color value is 64.71%
CMYK:
(48,0,79,65)
C48M0Y79K65 
(48%,0%,79%,65%)
(0.48/0.00/0.79/0.65)	

CMYK percentages

%47.78
%0
%78.89
%64.71

Codes

Color #2F5A13 in popluar color models

2F5A13
RGB479019
HSL96°65.14%21.37%
HSB/HSV96°78.89%35.29%
CMYK47.78%0.00%78.89%
64.71%

Color #2F5A13 in popluar number systems.

HEX2F5A13
Decimal479019
Binary101111101101010011
Octal5713223

Shades and tints

Shades of #2F5A13

#2F5A13
(47,90,19)
#2B5212
(43,82,18)
#274A11
(39,74,17)
#234210
(35,66,16)
#1F3A0F
(31,58,15)
#1B320E
(27,50,14)
#172A0D
(23,42,13)
#13220C
(19,34,12)
#0F1A0B
(15,26,11)
#0B120A
(11,18,10)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #2F5A13

#2F5A13
(47,90,19)
#416928
(65,105,40)
#53783D
(83,120,61)
#658752
(101,135,82)
#779667
(119,150,103)
#89A57C
(137,165,124)
#9BB491
(155,180,145)
#ADC3A6
(173,195,166)
#BFD2BB
(191,210,187)
#D1E1D0
(209,225,208)
#E3F0E5
(227,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5A13; }

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

This text font color is #2F5A13.


Background Color

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

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

This div background color is #2F5A13.


Border color

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

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

This div border color is #2F5A13.


Opacity

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

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

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

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

This text has shadow with #2F5A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5A13 on black background.


Color preview on white background

This text has color #2F5A13 on white background.



Black color preview on #2F5A13 background

This text has black color on #2F5A13 background.


White color preview on #2F5A13 background

This text has white color on #2F5A13 background.