COLOR #2F9A73

HEX: #2F9A73
RGB: (47,154,115)

Color info

#2F9A73 contains mainly green and blue colors. Web safe color of #2F9A73 is #339966 (or #396).

RGB color model

#2F9A73 color RGB value is (47,154,115).

  • red value is 47;
  • green value is 154;
  • blue value is 115.
RGB:
(47,154,115)
(18%,60%,45%)

RGB channels and saturation

R 47 of 255 = 18%
G 154 of 255 = 60%
B 115 of 255 = 45%

47
154
115

R + G + B ~ 41%. #2F9A73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 154 + 115 = 316 (100%)
R 47 of 316 ~ 14.87%
G 154 of 316 ~ 48.73%
B 115 of 316 ~ 36.39%

%14.87
%48.73
%36.39

CMYK color model

#2F9A73 color CMYK value is (69,0,25,40).

  • cyan value is 69.48%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 39.61%
CMYK:
(69,0,25,40)
C69M0Y25K40 
(69%,0%,25%,40%)
(0.69/0.00/0.25/0.40)	

CMYK percentages

%69.48
%0
%25.32
%39.61

Codes

Color #2F9A73 in popluar color models

2F9A73
RGB47154115
HSL158°53.23%39.41%
HSB/HSV158°69.48%60.39%
CMYK69.48%0.00%25.32%
39.61%

Color #2F9A73 in popluar number systems.

HEX2F9A73
Decimal47154115
Binary101111100110101110011
Octal57232163

Shades and tints

Shades of #2F9A73

#2F9A73
(47,154,115)
#2B8C69
(43,140,105)
#277E5F
(39,126,95)
#237055
(35,112,85)
#1F624B
(31,98,75)
#1B5441
(27,84,65)
#174637
(23,70,55)
#13382D
(19,56,45)
#0F2A23
(15,42,35)
#0B1C19
(11,28,25)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #2F9A73

#2F9A73
(47,154,115)
#41A37F
(65,163,127)
#53AC8B
(83,172,139)
#65B597
(101,181,151)
#77BEA3
(119,190,163)
#89C7AF
(137,199,175)
#9BD0BB
(155,208,187)
#ADD9C7
(173,217,199)
#BFE2D3
(191,226,211)
#D1EBDF
(209,235,223)
#E3F4EB
(227,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F9A73 color. Also use rgb(47,154,115) instead hex code.

Text Font Color

.myTextColor { color: #2F9A73; }

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

This text font color is #2F9A73.


Background Color

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

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

This div background color is #2F9A73.


Border color

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

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

This div border color is #2F9A73.


Opacity

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

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

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

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

This text has shadow with #2F9A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F9A73 on black background.


Color preview on white background

This text has color #2F9A73 on white background.



Black color preview on #2F9A73 background

This text has black color on #2F9A73 background.


White color preview on #2F9A73 background

This text has white color on #2F9A73 background.