COLOR #2F612F

HEX: #2F612F
RGB: (47,97,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

47
97
47

R + G + B ~ 25%. #2F612F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 97 + 47 = 191 (100%)
R 47 of 191 ~ 24.61%
G 97 of 191 ~ 50.79%
B 47 of 191 ~ 24.61%

%24.61
%50.79
%24.61

CMYK color model

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

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

CMYK percentages

%51.55
%0
%51.55
%61.96

Codes

Color #2F612F in popluar color models

2F612F
RGB479747
HSL120°34.72%28.24%
HSB/HSV120°51.55%38.04%
CMYK51.55%0.00%51.55%
61.96%

Color #2F612F in popluar number systems.

HEX2F612F
Decimal479747
Binary1011111100001101111
Octal5714157

Shades and tints

Shades of #2F612F

#2F612F
(47,97,47)
#2B592B
(43,89,43)
#275127
(39,81,39)
#234923
(35,73,35)
#1F411F
(31,65,31)
#1B391B
(27,57,27)
#173117
(23,49,23)
#132913
(19,41,19)
#0F210F
(15,33,15)
#0B190B
(11,25,11)
#071107
(7,17,7)
#000000
(0,0,0)

Tints of #2F612F

#2F612F
(47,97,47)
#416F41
(65,111,65)
#537D53
(83,125,83)
#658B65
(101,139,101)
#779977
(119,153,119)
#89A789
(137,167,137)
#9BB59B
(155,181,155)
#ADC3AD
(173,195,173)
#BFD1BF
(191,209,191)
#D1DFD1
(209,223,209)
#E3EDE3
(227,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F612F; }

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

This text font color is #2F612F.


Background Color

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

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

This div background color is #2F612F.


Border color

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

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

This div border color is #2F612F.


Opacity

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

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

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

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

This text has shadow with #2F612F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F612F on black background.


Color preview on white background

This text has color #2F612F on white background.



Black color preview on #2F612F background

This text has black color on #2F612F background.


White color preview on #2F612F background

This text has white color on #2F612F background.