COLOR #2F6737

HEX: #2F6737
RGB: (47,103,55)

Color info

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

RGB color model

#2F6737 color RGB value is (47,103,55).

  • red value is 47;
  • green value is 103;
  • blue value is 55.
RGB:
(47,103,55)
(18%,40%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 103 of 255 = 40%
B 55 of 255 = 22%

47
103
55

R + G + B ~ 27%. #2F6737 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 103 + 55 = 205 (100%)
R 47 of 205 ~ 22.93%
G 103 of 205 ~ 50.24%
B 55 of 205 ~ 26.83%

%22.93
%50.24
%26.83

CMYK color model

#2F6737 color CMYK value is (54,0,47,60).

  • cyan value is 54.37%
  • magenta value is 0.00%
  • yellow value is 46.60%
  • key color value is 59.61%
CMYK:
(54,0,47,60)
C54M0Y47K60 
(54%,0%,47%,60%)
(0.54/0.00/0.47/0.60)	

CMYK percentages

%54.37
%0
%46.6
%59.61

Codes

Color #2F6737 in popluar color models

2F6737
RGB4710355
HSL129°37.33%29.41%
HSB/HSV129°54.37%40.39%
CMYK54.37%0.00%46.60%
59.61%

Color #2F6737 in popluar number systems.

HEX2F6737
Decimal4710355
Binary1011111100111110111
Octal5714767

Shades and tints

Shades of #2F6737

#2F6737
(47,103,55)
#2B5E32
(43,94,50)
#27552D
(39,85,45)
#234C28
(35,76,40)
#1F4323
(31,67,35)
#1B3A1E
(27,58,30)
#173119
(23,49,25)
#132814
(19,40,20)
#0F1F0F
(15,31,15)
#0B160A
(11,22,10)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #2F6737

#2F6737
(47,103,55)
#417449
(65,116,73)
#53815B
(83,129,91)
#658E6D
(101,142,109)
#779B7F
(119,155,127)
#89A891
(137,168,145)
#9BB5A3
(155,181,163)
#ADC2B5
(173,194,181)
#BFCFC7
(191,207,199)
#D1DCD9
(209,220,217)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6737; }

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

This text font color is #2F6737.


Background Color

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

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

This div background color is #2F6737.


Border color

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

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

This div border color is #2F6737.


Opacity

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

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

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

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

This text has shadow with #2F6737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6737 on black background.


Color preview on white background

This text has color #2F6737 on white background.



Black color preview on #2F6737 background

This text has black color on #2F6737 background.


White color preview on #2F6737 background

This text has white color on #2F6737 background.