COLOR #2F6E3A

HEX: #2F6E3A
RGB: (47,110,58)

Color info

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

RGB color model

#2F6E3A color RGB value is (47,110,58).

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

RGB channels and saturation

R 47 of 255 = 18%
G 110 of 255 = 43%
B 58 of 255 = 23%

47
110
58

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

Portions of RGB colors in percentages

R + G + B =
47 + 110 + 58 = 215 (100%)
R 47 of 215 ~ 21.86%
G 110 of 215 ~ 51.16%
B 58 of 215 ~ 26.98%

%21.86
%51.16
%26.98

CMYK color model

#2F6E3A color CMYK value is (57,0,47,57).

  • cyan value is 57.27%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 56.86%
CMYK:
(57,0,47,57)
C57M0Y47K57 
(57%,0%,47%,57%)
(0.57/0.00/0.47/0.57)	

CMYK percentages

%57.27
%0
%47.27
%56.86

Codes

Color #2F6E3A in popluar color models

2F6E3A
RGB4711058
HSL130°40.13%30.78%
HSB/HSV130°57.27%43.14%
CMYK57.27%0.00%47.27%
56.86%

Color #2F6E3A in popluar number systems.

HEX2F6E3A
Decimal4711058
Binary1011111101110111010
Octal5715672

Shades and tints

Shades of #2F6E3A

#2F6E3A
(47,110,58)
#2B6435
(43,100,53)
#275A30
(39,90,48)
#23502B
(35,80,43)
#1F4626
(31,70,38)
#1B3C21
(27,60,33)
#17321C
(23,50,28)
#132817
(19,40,23)
#0F1E12
(15,30,18)
#0B140D
(11,20,13)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #2F6E3A

#2F6E3A
(47,110,58)
#417B4B
(65,123,75)
#53885C
(83,136,92)
#65956D
(101,149,109)
#77A27E
(119,162,126)
#89AF8F
(137,175,143)
#9BBCA0
(155,188,160)
#ADC9B1
(173,201,177)
#BFD6C2
(191,214,194)
#D1E3D3
(209,227,211)
#E3F0E4
(227,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6E3A; }

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

This text font color is #2F6E3A.


Background Color

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

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

This div background color is #2F6E3A.


Border color

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

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

This div border color is #2F6E3A.


Opacity

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

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

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

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

This text has shadow with #2F6E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6E3A on black background.


Color preview on white background

This text has color #2F6E3A on white background.



Black color preview on #2F6E3A background

This text has black color on #2F6E3A background.


White color preview on #2F6E3A background

This text has white color on #2F6E3A background.