COLOR #2F724E

HEX: #2F724E
RGB: (47,114,78)

Color info

#2F724E contains mainly green and blue colors. Web safe color of #2F724E is #336666 (or #366).

RGB color model

#2F724E color RGB value is (47,114,78).

  • red value is 47;
  • green value is 114;
  • blue value is 78.
RGB:
(47,114,78)
(18%,45%,31%)

RGB channels and saturation

R 47 of 255 = 18%
G 114 of 255 = 45%
B 78 of 255 = 31%

47
114
78

R + G + B ~ 31%. #2F724E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 114 + 78 = 239 (100%)
R 47 of 239 ~ 19.67%
G 114 of 239 ~ 47.7%
B 78 of 239 ~ 32.64%

%19.67
%47.7
%32.64

CMYK color model

#2F724E color CMYK value is (59,0,32,55).

  • cyan value is 58.77%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 55.29%
CMYK:
(59,0,32,55)
C59M0Y32K55 
(59%,0%,32%,55%)
(0.59/0.00/0.32/0.55)	

CMYK percentages

%58.77
%0
%31.58
%55.29

Codes

Color #2F724E in popluar color models

2F724E
RGB4711478
HSL148°41.61%31.57%
HSB/HSV148°58.77%44.71%
CMYK58.77%0.00%31.58%
55.29%

Color #2F724E in popluar number systems.

HEX2F724E
Decimal4711478
Binary10111111100101001110
Octal57162116

Shades and tints

Shades of #2F724E

#2F724E
(47,114,78)
#2B6847
(43,104,71)
#275E40
(39,94,64)
#235439
(35,84,57)
#1F4A32
(31,74,50)
#1B402B
(27,64,43)
#173624
(23,54,36)
#132C1D
(19,44,29)
#0F2216
(15,34,22)
#0B180F
(11,24,15)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #2F724E

#2F724E
(47,114,78)
#417E5E
(65,126,94)
#538A6E
(83,138,110)
#65967E
(101,150,126)
#77A28E
(119,162,142)
#89AE9E
(137,174,158)
#9BBAAE
(155,186,174)
#ADC6BE
(173,198,190)
#BFD2CE
(191,210,206)
#D1DEDE
(209,222,222)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F724E color. Also use rgb(47,114,78) instead hex code.

Text Font Color

.myTextColor { color: #2F724E; }

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

This text font color is #2F724E.


Background Color

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

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

This div background color is #2F724E.


Border color

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

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

This div border color is #2F724E.


Opacity

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

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

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

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

This text has shadow with #2F724E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F724E on black background.


Color preview on white background

This text has color #2F724E on white background.



Black color preview on #2F724E background

This text has black color on #2F724E background.


White color preview on #2F724E background

This text has white color on #2F724E background.