COLOR #2F5B3E

HEX: #2F5B3E
RGB: (47,91,62)

Color info

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

RGB color model

#2F5B3E color RGB value is (47,91,62).

  • red value is 47;
  • green value is 91;
  • blue value is 62.
RGB:
(47,91,62)
(18%,36%,24%)

RGB channels and saturation

R 47 of 255 = 18%
G 91 of 255 = 36%
B 62 of 255 = 24%

47
91
62

R + G + B ~ 26%. #2F5B3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 91 + 62 = 200 (100%)
R 47 of 200 ~ 23.5%
G 91 of 200 ~ 45.5%
B 62 of 200 ~ 31%

%23.5
%45.5
%31

CMYK color model

#2F5B3E color CMYK value is (48,0,32,64).

  • cyan value is 48.35%
  • magenta value is 0.00%
  • yellow value is 31.87%
  • key color value is 64.31%
CMYK:
(48,0,32,64)
C48M0Y32K64 
(48%,0%,32%,64%)
(0.48/0.00/0.32/0.64)	

CMYK percentages

%48.35
%0
%31.87
%64.31

Codes

Color #2F5B3E in popluar color models

2F5B3E
RGB479162
HSL140°31.88%27.06%
HSB/HSV140°48.35%35.69%
CMYK48.35%0.00%31.87%
64.31%

Color #2F5B3E in popluar number systems.

HEX2F5B3E
Decimal479162
Binary1011111011011111110
Octal5713376

Shades and tints

Shades of #2F5B3E

#2F5B3E
(47,91,62)
#2B5339
(43,83,57)
#274B34
(39,75,52)
#23432F
(35,67,47)
#1F3B2A
(31,59,42)
#1B3325
(27,51,37)
#172B20
(23,43,32)
#13231B
(19,35,27)
#0F1B16
(15,27,22)
#0B1311
(11,19,17)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #2F5B3E

#2F5B3E
(47,91,62)
#41694F
(65,105,79)
#537760
(83,119,96)
#658571
(101,133,113)
#779382
(119,147,130)
#89A193
(137,161,147)
#9BAFA4
(155,175,164)
#ADBDB5
(173,189,181)
#BFCBC6
(191,203,198)
#D1D9D7
(209,217,215)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5B3E; }

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

This text font color is #2F5B3E.


Background Color

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

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

This div background color is #2F5B3E.


Border color

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

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

This div border color is #2F5B3E.


Opacity

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

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

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

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

This text has shadow with #2F5B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5B3E on black background.


Color preview on white background

This text has color #2F5B3E on white background.



Black color preview on #2F5B3E background

This text has black color on #2F5B3E background.


White color preview on #2F5B3E background

This text has white color on #2F5B3E background.