COLOR #2F713E

HEX: #2F713E
RGB: (47,113,62)

Color info

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

RGB color model

#2F713E color RGB value is (47,113,62).

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

RGB channels and saturation

R 47 of 255 = 18%
G 113 of 255 = 44%
B 62 of 255 = 24%

47
113
62

R + G + B ~ 29%. #2F713E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 113 + 62 = 222 (100%)
R 47 of 222 ~ 21.17%
G 113 of 222 ~ 50.9%
B 62 of 222 ~ 27.93%

%21.17
%50.9
%27.93

CMYK color model

#2F713E color CMYK value is (58,0,45,56).

  • cyan value is 58.41%
  • magenta value is 0.00%
  • yellow value is 45.13%
  • key color value is 55.69%
CMYK:
(58,0,45,56)
C58M0Y45K56 
(58%,0%,45%,56%)
(0.58/0.00/0.45/0.56)	

CMYK percentages

%58.41
%0
%45.13
%55.69

Codes

Color #2F713E in popluar color models

2F713E
RGB4711362
HSL134°41.25%31.37%
HSB/HSV134°58.41%44.31%
CMYK58.41%0.00%45.13%
55.69%

Color #2F713E in popluar number systems.

HEX2F713E
Decimal4711362
Binary1011111110001111110
Octal5716176

Shades and tints

Shades of #2F713E

#2F713E
(47,113,62)
#2B6739
(43,103,57)
#275D34
(39,93,52)
#23532F
(35,83,47)
#1F492A
(31,73,42)
#1B3F25
(27,63,37)
#173520
(23,53,32)
#132B1B
(19,43,27)
#0F2116
(15,33,22)
#0B1711
(11,23,17)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #2F713E

#2F713E
(47,113,62)
#417D4F
(65,125,79)
#538960
(83,137,96)
#659571
(101,149,113)
#77A182
(119,161,130)
#89AD93
(137,173,147)
#9BB9A4
(155,185,164)
#ADC5B5
(173,197,181)
#BFD1C6
(191,209,198)
#D1DDD7
(209,221,215)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F713E; }

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

This text font color is #2F713E.


Background Color

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

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

This div background color is #2F713E.


Border color

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

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

This div border color is #2F713E.


Opacity

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

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

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

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

This text has shadow with #2F713E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F713E on black background.


Color preview on white background

This text has color #2F713E on white background.



Black color preview on #2F713E background

This text has black color on #2F713E background.


White color preview on #2F713E background

This text has white color on #2F713E background.