COLOR #2F712A

HEX: #2F712A
RGB: (47,113,42)

Color info

#2F712A contains mainly green color. Web safe color of #2F712A is #336633 (or #363).

RGB color model

#2F712A color RGB value is (47,113,42).

  • red value is 47;
  • green value is 113;
  • blue value is 42.
RGB:
(47,113,42)
(18%,44%,16%)

RGB channels and saturation

R 47 of 255 = 18%
G 113 of 255 = 44%
B 42 of 255 = 16%

47
113
42

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

Portions of RGB colors in percentages

R + G + B =
47 + 113 + 42 = 202 (100%)
R 47 of 202 ~ 23.27%
G 113 of 202 ~ 55.94%
B 42 of 202 ~ 20.79%

%23.27
%55.94
%20.79

CMYK color model

#2F712A color CMYK value is (58,0,63,56).

  • cyan value is 58.41%
  • magenta value is 0.00%
  • yellow value is 62.83%
  • key color value is 55.69%
CMYK:
(58,0,63,56)
C58M0Y63K56 
(58%,0%,63%,56%)
(0.58/0.00/0.63/0.56)	

CMYK percentages

%58.41
%0
%62.83
%55.69

Codes

Color #2F712A in popluar color models

2F712A
RGB4711342
HSL116°45.81%30.39%
HSB/HSV116°62.83%44.31%
CMYK58.41%0.00%62.83%
55.69%

Color #2F712A in popluar number systems.

HEX2F712A
Decimal4711342
Binary1011111110001101010
Octal5716152

Shades and tints

Shades of #2F712A

#2F712A
(47,113,42)
#2B6727
(43,103,39)
#275D24
(39,93,36)
#235321
(35,83,33)
#1F491E
(31,73,30)
#1B3F1B
(27,63,27)
#173518
(23,53,24)
#132B15
(19,43,21)
#0F2112
(15,33,18)
#0B170F
(11,23,15)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #2F712A

#2F712A
(47,113,42)
#417D3D
(65,125,61)
#538950
(83,137,80)
#659563
(101,149,99)
#77A176
(119,161,118)
#89AD89
(137,173,137)
#9BB99C
(155,185,156)
#ADC5AF
(173,197,175)
#BFD1C2
(191,209,194)
#D1DDD5
(209,221,213)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F712A; }

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

This text font color is #2F712A.


Background Color

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

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

This div background color is #2F712A.


Border color

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

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

This div border color is #2F712A.


Opacity

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

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

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

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

This text has shadow with #2F712A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F712A on black background.


Color preview on white background

This text has color #2F712A on white background.



Black color preview on #2F712A background

This text has black color on #2F712A background.


White color preview on #2F712A background

This text has white color on #2F712A background.