COLOR #2F6112

HEX: #2F6112
RGB: (47,97,18)

Color info

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

RGB color model

#2F6112 color RGB value is (47,97,18).

  • red value is 47;
  • green value is 97;
  • blue value is 18.
RGB:
(47,97,18)
(18%,38%,7%)

RGB channels and saturation

R 47 of 255 = 18%
G 97 of 255 = 38%
B 18 of 255 = 7%

47
97
18

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

Portions of RGB colors in percentages

R + G + B =
47 + 97 + 18 = 162 (100%)
R 47 of 162 ~ 29.01%
G 97 of 162 ~ 59.88%
B 18 of 162 ~ 11.11%

%29.01
%59.88
%11.11

CMYK color model

#2F6112 color CMYK value is (52,0,81,62).

  • cyan value is 51.55%
  • magenta value is 0.00%
  • yellow value is 81.44%
  • key color value is 61.96%
CMYK:
(52,0,81,62)
C52M0Y81K62 
(52%,0%,81%,62%)
(0.52/0.00/0.81/0.62)	

CMYK percentages

%51.55
%0
%81.44
%61.96

Codes

Color #2F6112 in popluar color models

2F6112
RGB479718
HSL98°68.70%22.55%
HSB/HSV98°81.44%38.04%
CMYK51.55%0.00%81.44%
61.96%

Color #2F6112 in popluar number systems.

HEX2F6112
Decimal479718
Binary101111110000110010
Octal5714122

Shades and tints

Shades of #2F6112

#2F6112
(47,97,18)
#2B5911
(43,89,17)
#275110
(39,81,16)
#23490F
(35,73,15)
#1F410E
(31,65,14)
#1B390D
(27,57,13)
#17310C
(23,49,12)
#13290B
(19,41,11)
#0F210A
(15,33,10)
#0B1909
(11,25,9)
#071108
(7,17,8)
#000000
(0,0,0)

Tints of #2F6112

#2F6112
(47,97,18)
#416F27
(65,111,39)
#537D3C
(83,125,60)
#658B51
(101,139,81)
#779966
(119,153,102)
#89A77B
(137,167,123)
#9BB590
(155,181,144)
#ADC3A5
(173,195,165)
#BFD1BA
(191,209,186)
#D1DFCF
(209,223,207)
#E3EDE4
(227,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6112 color. Also use rgb(47,97,18) instead hex code.

Text Font Color

.myTextColor { color: #2F6112; }

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

This text font color is #2F6112.


Background Color

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

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

This div background color is #2F6112.


Border color

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

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

This div border color is #2F6112.


Opacity

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

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

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

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

This text has shadow with #2F6112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6112 on black background.


Color preview on white background

This text has color #2F6112 on white background.



Black color preview on #2F6112 background

This text has black color on #2F6112 background.


White color preview on #2F6112 background

This text has white color on #2F6112 background.