COLOR #2FA259

HEX: #2FA259
RGB: (47,162,89)

Color info

#2FA259 contains mainly green color. Web safe color of #2FA259 is #339966 (or #396).

RGB color model

#2FA259 color RGB value is (47,162,89).

  • red value is 47;
  • green value is 162;
  • blue value is 89.
RGB:
(47,162,89)
(18%,64%,35%)

RGB channels and saturation

R 47 of 255 = 18%
G 162 of 255 = 64%
B 89 of 255 = 35%

47
162
89

R + G + B ~ 39%. #2FA259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 162 + 89 = 298 (100%)
R 47 of 298 ~ 15.77%
G 162 of 298 ~ 54.36%
B 89 of 298 ~ 29.87%

%15.77
%54.36
%29.87

CMYK color model

#2FA259 color CMYK value is (71,0,45,36).

  • cyan value is 70.99%
  • magenta value is 0.00%
  • yellow value is 45.06%
  • key color value is 36.47%
CMYK:
(71,0,45,36)
C71M0Y45K36 
(71%,0%,45%,36%)
(0.71/0.00/0.45/0.36)	

CMYK percentages

%70.99
%0
%45.06
%36.47

Codes

Color #2FA259 in popluar color models

2FA259
RGB4716289
HSL142°55.02%40.98%
HSB/HSV142°70.99%63.53%
CMYK70.99%0.00%45.06%
36.47%

Color #2FA259 in popluar number systems.

HEX2FA259
Decimal4716289
Binary101111101000101011001
Octal57242131

Shades and tints

Shades of #2FA259

#2FA259
(47,162,89)
#2B9451
(43,148,81)
#278649
(39,134,73)
#237841
(35,120,65)
#1F6A39
(31,106,57)
#1B5C31
(27,92,49)
#174E29
(23,78,41)
#134021
(19,64,33)
#0F3219
(15,50,25)
#0B2411
(11,36,17)
#071609
(7,22,9)
#000000
(0,0,0)

Tints of #2FA259

#2FA259
(47,162,89)
#41AA68
(65,170,104)
#53B277
(83,178,119)
#65BA86
(101,186,134)
#77C295
(119,194,149)
#89CAA4
(137,202,164)
#9BD2B3
(155,210,179)
#ADDAC2
(173,218,194)
#BFE2D1
(191,226,209)
#D1EAE0
(209,234,224)
#E3F2EF
(227,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2FA259 color. Also use rgb(47,162,89) instead hex code.

Text Font Color

.myTextColor { color: #2FA259; }

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

This text font color is #2FA259.


Background Color

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

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

This div background color is #2FA259.


Border color

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

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

This div border color is #2FA259.


Opacity

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

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

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

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

This text has shadow with #2FA259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FA259 on black background.


Color preview on white background

This text has color #2FA259 on white background.



Black color preview on #2FA259 background

This text has black color on #2FA259 background.


White color preview on #2FA259 background

This text has white color on #2FA259 background.