COLOR #2FA570

HEX: #2FA570 RGB: (47,165,112)

Color info

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

RGB color model

#2FA570 color RGB value is (47,165,112).

RGB: (47,165,112) (18%, 65%, 44%)

RGB channels and saturation

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

47
165
112

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

Portions of RGB colors in percentages

R + G + B = 47 + 165 + 112 = 324 (100%)
R 47 of 324 ~ 14.51%
G 165 of 324 ~ 50.93%
B 112 of 324 ~ 34.57'%

%14.51
%50.93
%34.57

CMYK color model

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

  • cyan value is 71.52%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • 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
%32.12
%35.29

Codes

Color #2FA570 in popluar color models

2F A5 70
RGB 47 165 112
HSL 153° 55.66% 41.57%
HSB/HSV 153° 71.52% 64.71%
CMYK 71.52% 0.00% 32.12%
35.29%

Color #2FA570 in popluar number systems.

HEX 2F A5 70
Decimal 47 165 112
Binary 101111 10100101 1110000
Octal 57 245 160

Shades and tints

Shades of #2FA570

#2FA570
(47,165,112)
#2B9666
(43,150,102)
#27875C
(39,135,92)
#237852
(35,120,82)
#1F6948
(31,105,72)
#1B5A3E
(27,90,62)
#174B34
(23,75,52)
#133C2A
(19,60,42)
#0F2D20
(15,45,32)
#0B1E16
(11,30,22)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #2FA570

#2FA570
(47,165,112)
#41AD7D
(65,173,125)
#53B58A
(83,181,138)
#65BD97
(101,189,151)
#77C5A4
(119,197,164)
#89CDB1
(137,205,177)
#9BD5BE
(155,213,190)
#ADDDCB
(173,221,203)
#BFE5D8
(191,229,216)
#D1EDE5
(209,237,229)
#E3F5F2
(227,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2FA570; }

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

This text font color is #2FA570.

Background Color

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

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

This div background color is #2FA570.

Border color

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

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

This div border color is #2FA570.

Opacity

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

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

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

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

This text has shadow with #2FA570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2FA570.

Preview

Color preview on black background

This text has color #2FA570 on black background.


Color preview on white background

This text has color #2FA570 on white background.


Black color preview on #2FA570 background

This text has black color on #2FA570 background.


White color preview on #2FA570 background

This text has white color on #2FA570 background.


Related colors

Complementary color

Complementary color for #hex is #D05A8F.


I love getcolorcode.com

Triadic colors

1 #702FA5 and #A5702F with #2FA570 are triadic colors.

2 #70A52F and #A52F70 with #2FA570 are triadic colors.