COLOR #2F612A

HEX: #2F612A
RGB: (47,97,42)

Color info

#2F612A contains red, green and blue colors in about the same proportion. Web safe color of #2F612A is #336633 (or #363).

RGB color model

#2F612A color RGB value is (47,97,42).

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

RGB channels and saturation

R 47 of 255 = 18%
G 97 of 255 = 38%
B 42 of 255 = 16%

47
97
42

R + G + B ~ 24%. #2F612A is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 97 + 42 = 186 (100%)
R 47 of 186 ~ 25.27%
G 97 of 186 ~ 52.15%
B 42 of 186 ~ 22.58%

%25.27
%52.15
%22.58

CMYK color model

#2F612A color CMYK value is (52,0,57,62).

  • cyan value is 51.55%
  • magenta value is 0.00%
  • yellow value is 56.70%
  • key color value is 61.96%
CMYK:
(52,0,57,62)
C52M0Y57K62 
(52%,0%,57%,62%)
(0.52/0.00/0.57/0.62)	

CMYK percentages

%51.55
%0
%56.7
%61.96

Codes

Color #2F612A in popluar color models

2F612A
RGB479742
HSL115°39.57%27.25%
HSB/HSV115°56.70%38.04%
CMYK51.55%0.00%56.70%
61.96%

Color #2F612A in popluar number systems.

HEX2F612A
Decimal479742
Binary1011111100001101010
Octal5714152

Shades and tints

Shades of #2F612A

#2F612A
(47,97,42)
#2B5927
(43,89,39)
#275124
(39,81,36)
#234921
(35,73,33)
#1F411E
(31,65,30)
#1B391B
(27,57,27)
#173118
(23,49,24)
#132915
(19,41,21)
#0F2112
(15,33,18)
#0B190F
(11,25,15)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #2F612A

#2F612A
(47,97,42)
#416F3D
(65,111,61)
#537D50
(83,125,80)
#658B63
(101,139,99)
#779976
(119,153,118)
#89A789
(137,167,137)
#9BB59C
(155,181,156)
#ADC3AF
(173,195,175)
#BFD1C2
(191,209,194)
#D1DFD5
(209,223,213)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F612A; }

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

This text font color is #2F612A.


Background Color

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

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

This div background color is #2F612A.


Border color

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

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

This div border color is #2F612A.


Opacity

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

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

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

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

This text has shadow with #2F612A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F612A on black background.


Color preview on white background

This text has color #2F612A on white background.



Black color preview on #2F612A background

This text has black color on #2F612A background.


White color preview on #2F612A background

This text has white color on #2F612A background.