COLOR #2A9F57

HEX: #2A9F57
RGB: (42,159,87)

Color info

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

RGB color model

#2A9F57 color RGB value is (42,159,87).

  • red value is 42;
  • green value is 159;
  • blue value is 87.
RGB:
(42,159,87)
(16%,62%,34%)

RGB channels and saturation

R 42 of 255 = 16%
G 159 of 255 = 62%
B 87 of 255 = 34%

42
159
87

R + G + B ~ 37%. #2A9F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 159 + 87 = 288 (100%)
R 42 of 288 ~ 14.58%
G 159 of 288 ~ 55.21%
B 87 of 288 ~ 30.21%

%14.58
%55.21
%30.21

CMYK color model

#2A9F57 color CMYK value is (74,0,45,38).

  • cyan value is 73.58%
  • magenta value is 0.00%
  • yellow value is 45.28%
  • key color value is 37.65%
CMYK:
(74,0,45,38)
C74M0Y45K38 
(74%,0%,45%,38%)
(0.74/0.00/0.45/0.38)	

CMYK percentages

%73.58
%0
%45.28
%37.65

Codes

Color #2A9F57 in popluar color models

2A9F57
RGB4215987
HSL143°58.21%39.41%
HSB/HSV143°73.58%62.35%
CMYK73.58%0.00%45.28%
37.65%

Color #2A9F57 in popluar number systems.

HEX2A9F57
Decimal4215987
Binary101010100111111010111
Octal52237127

Shades and tints

Shades of #2A9F57

#2A9F57
(42,159,87)
#279150
(39,145,80)
#248349
(36,131,73)
#217542
(33,117,66)
#1E673B
(30,103,59)
#1B5934
(27,89,52)
#184B2D
(24,75,45)
#153D26
(21,61,38)
#122F1F
(18,47,31)
#0F2118
(15,33,24)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #2A9F57

#2A9F57
(42,159,87)
#3DA766
(61,167,102)
#50AF75
(80,175,117)
#63B784
(99,183,132)
#76BF93
(118,191,147)
#89C7A2
(137,199,162)
#9CCFB1
(156,207,177)
#AFD7C0
(175,215,192)
#C2DFCF
(194,223,207)
#D5E7DE
(213,231,222)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A9F57 color. Also use rgb(42,159,87) instead hex code.

Text Font Color

.myTextColor { color: #2A9F57; }

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

This text font color is #2A9F57.


Background Color

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

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

This div background color is #2A9F57.


Border color

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

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

This div border color is #2A9F57.


Opacity

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

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

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

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

This text has shadow with #2A9F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A9F57 on black background.


Color preview on white background

This text has color #2A9F57 on white background.



Black color preview on #2A9F57 background

This text has black color on #2A9F57 background.


White color preview on #2A9F57 background

This text has white color on #2A9F57 background.