COLOR #2FA571

HEX: #2FA571
RGB: (47,165,113)

Color info

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

RGB color model

#2FA571 color RGB value is (47,165,113).

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

RGB channels and saturation

R 47 of 255 = 18%
G 165 of 255 = 65%
B 113 of 255 = 44%

47
165
113

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

Portions of RGB colors in percentages

R + G + B =
47 + 165 + 113 = 325 (100%)
R 47 of 325 ~ 14.46%
G 165 of 325 ~ 50.77%
B 113 of 325 ~ 34.77%

%14.46
%50.77
%34.77

CMYK color model

#2FA571 color CMYK value is (72,0,32,35).

  • cyan value is 71.52%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 35.29%
CMYK:
(72,0,32,35)
C72M0Y32K35 
(72%,0%,32%,35%)
(0.72/0.00/0.32/0.35)	

CMYK percentages

%71.52
%0
%31.52
%35.29

Codes

Color #2FA571 in popluar color models

2FA571
RGB47165113
HSL154°55.66%41.57%
HSB/HSV154°71.52%64.71%
CMYK71.52%0.00%31.52%
35.29%

Color #2FA571 in popluar number systems.

HEX2FA571
Decimal47165113
Binary101111101001011110001
Octal57245161

Shades and tints

Shades of #2FA571

#2FA571
(47,165,113)
#2B9667
(43,150,103)
#27875D
(39,135,93)
#237853
(35,120,83)
#1F6949
(31,105,73)
#1B5A3F
(27,90,63)
#174B35
(23,75,53)
#133C2B
(19,60,43)
#0F2D21
(15,45,33)
#0B1E17
(11,30,23)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #2FA571

#2FA571
(47,165,113)
#41AD7D
(65,173,125)
#53B589
(83,181,137)
#65BD95
(101,189,149)
#77C5A1
(119,197,161)
#89CDAD
(137,205,173)
#9BD5B9
(155,213,185)
#ADDDC5
(173,221,197)
#BFE5D1
(191,229,209)
#D1EDDD
(209,237,221)
#E3F5E9
(227,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2FA571; }

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

This text font color is #2FA571.


Background Color

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

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

This div background color is #2FA571.


Border color

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

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

This div border color is #2FA571.


Opacity

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

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

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

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

This text has shadow with #2FA571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FA571 on black background.


Color preview on white background

This text has color #2FA571 on white background.



Black color preview on #2FA571 background

This text has black color on #2FA571 background.


White color preview on #2FA571 background

This text has white color on #2FA571 background.