COLOR #2F6F3A

HEX: #2F6F3A
RGB: (47,111,58)

Color info

#2F6F3A contains mainly green and blue colors. Web safe color of #2F6F3A is #336633 (or #363).

RGB color model

#2F6F3A color RGB value is (47,111,58).

  • red value is 47;
  • green value is 111;
  • blue value is 58.
RGB:
(47,111,58)
(18%,44%,23%)

RGB channels and saturation

R 47 of 255 = 18%
G 111 of 255 = 44%
B 58 of 255 = 23%

47
111
58

R + G + B ~ 28%. #2F6F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 111 + 58 = 216 (100%)
R 47 of 216 ~ 21.76%
G 111 of 216 ~ 51.39%
B 58 of 216 ~ 26.85%

%21.76
%51.39
%26.85

CMYK color model

#2F6F3A color CMYK value is (58,0,48,56).

  • cyan value is 57.66%
  • magenta value is 0.00%
  • yellow value is 47.75%
  • key color value is 56.47%
CMYK:
(58,0,48,56)
C58M0Y48K56 
(58%,0%,48%,56%)
(0.58/0.00/0.48/0.56)	

CMYK percentages

%57.66
%0
%47.75
%56.47

Codes

Color #2F6F3A in popluar color models

2F6F3A
RGB4711158
HSL130°40.51%30.98%
HSB/HSV130°57.66%43.53%
CMYK57.66%0.00%47.75%
56.47%

Color #2F6F3A in popluar number systems.

HEX2F6F3A
Decimal4711158
Binary1011111101111111010
Octal5715772

Shades and tints

Shades of #2F6F3A

#2F6F3A
(47,111,58)
#2B6535
(43,101,53)
#275B30
(39,91,48)
#23512B
(35,81,43)
#1F4726
(31,71,38)
#1B3D21
(27,61,33)
#17331C
(23,51,28)
#132917
(19,41,23)
#0F1F12
(15,31,18)
#0B150D
(11,21,13)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #2F6F3A

#2F6F3A
(47,111,58)
#417C4B
(65,124,75)
#53895C
(83,137,92)
#65966D
(101,150,109)
#77A37E
(119,163,126)
#89B08F
(137,176,143)
#9BBDA0
(155,189,160)
#ADCAB1
(173,202,177)
#BFD7C2
(191,215,194)
#D1E4D3
(209,228,211)
#E3F1E4
(227,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6F3A; }

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

This text font color is #2F6F3A.


Background Color

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

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

This div background color is #2F6F3A.


Border color

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

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

This div border color is #2F6F3A.


Opacity

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

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

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

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

This text has shadow with #2F6F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6F3A on black background.


Color preview on white background

This text has color #2F6F3A on white background.



Black color preview on #2F6F3A background

This text has black color on #2F6F3A background.


White color preview on #2F6F3A background

This text has white color on #2F6F3A background.