COLOR #2FAE73

HEX: #2FAE73
RGB: (47,174,115)

Color info

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

RGB color model

#2FAE73 color RGB value is (47,174,115).

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

RGB channels and saturation

R 47 of 255 = 18%
G 174 of 255 = 68%
B 115 of 255 = 45%

47
174
115

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

Portions of RGB colors in percentages

R + G + B =
47 + 174 + 115 = 336 (100%)
R 47 of 336 ~ 13.99%
G 174 of 336 ~ 51.79%
B 115 of 336 ~ 34.23%

%13.99
%51.79
%34.23

CMYK color model

#2FAE73 color CMYK value is (73,0,34,32).

  • cyan value is 72.99%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 31.76%
CMYK:
(73,0,34,32)
C73M0Y34K32 
(73%,0%,34%,32%)
(0.73/0.00/0.34/0.32)	

CMYK percentages

%72.99
%0
%33.91
%31.76

Codes

Color #2FAE73 in popluar color models

2FAE73
RGB47174115
HSL152°57.47%43.33%
HSB/HSV152°72.99%68.24%
CMYK72.99%0.00%33.91%
31.76%

Color #2FAE73 in popluar number systems.

HEX2FAE73
Decimal47174115
Binary101111101011101110011
Octal57256163

Shades and tints

Shades of #2FAE73

#2FAE73
(47,174,115)
#2B9F69
(43,159,105)
#27905F
(39,144,95)
#238155
(35,129,85)
#1F724B
(31,114,75)
#1B6341
(27,99,65)
#175437
(23,84,55)
#13452D
(19,69,45)
#0F3623
(15,54,35)
#0B2719
(11,39,25)
#07180F
(7,24,15)
#000000
(0,0,0)

Tints of #2FAE73

#2FAE73
(47,174,115)
#41B57F
(65,181,127)
#53BC8B
(83,188,139)
#65C397
(101,195,151)
#77CAA3
(119,202,163)
#89D1AF
(137,209,175)
#9BD8BB
(155,216,187)
#ADDFC7
(173,223,199)
#BFE6D3
(191,230,211)
#D1EDDF
(209,237,223)
#E3F4EB
(227,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2FAE73; }

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

This text font color is #2FAE73.


Background Color

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

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

This div background color is #2FAE73.


Border color

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

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

This div border color is #2FAE73.


Opacity

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

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

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

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

This text has shadow with #2FAE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FAE73 on black background.


Color preview on white background

This text has color #2FAE73 on white background.



Black color preview on #2FAE73 background

This text has black color on #2FAE73 background.


White color preview on #2FAE73 background

This text has white color on #2FAE73 background.