COLOR #2A9457

HEX: #2A9457
RGB: (42,148,87)

Color info

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

RGB color model

#2A9457 color RGB value is (42,148,87).

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

RGB channels and saturation

R 42 of 255 = 16%
G 148 of 255 = 58%
B 87 of 255 = 34%

42
148
87

R + G + B ~ 36%. #2A9457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 148 + 87 = 277 (100%)
R 42 of 277 ~ 15.16%
G 148 of 277 ~ 53.43%
B 87 of 277 ~ 31.41%

%15.16
%53.43
%31.41

CMYK color model

#2A9457 color CMYK value is (72,0,41,42).

  • cyan value is 71.62%
  • magenta value is 0.00%
  • yellow value is 41.22%
  • key color value is 41.96%
CMYK:
(72,0,41,42)
C72M0Y41K42 
(72%,0%,41%,42%)
(0.72/0.00/0.41/0.42)	

CMYK percentages

%71.62
%0
%41.22
%41.96

Codes

Color #2A9457 in popluar color models

2A9457
RGB4214887
HSL145°55.79%37.25%
HSB/HSV145°71.62%58.04%
CMYK71.62%0.00%41.22%
41.96%

Color #2A9457 in popluar number systems.

HEX2A9457
Decimal4214887
Binary101010100101001010111
Octal52224127

Shades and tints

Shades of #2A9457

#2A9457
(42,148,87)
#278750
(39,135,80)
#247A49
(36,122,73)
#216D42
(33,109,66)
#1E603B
(30,96,59)
#1B5334
(27,83,52)
#18462D
(24,70,45)
#153926
(21,57,38)
#122C1F
(18,44,31)
#0F1F18
(15,31,24)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #2A9457

#2A9457
(42,148,87)
#3D9D66
(61,157,102)
#50A675
(80,166,117)
#63AF84
(99,175,132)
#76B893
(118,184,147)
#89C1A2
(137,193,162)
#9CCAB1
(156,202,177)
#AFD3C0
(175,211,192)
#C2DCCF
(194,220,207)
#D5E5DE
(213,229,222)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A9457; }

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

This text font color is #2A9457.


Background Color

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

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

This div background color is #2A9457.


Border color

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

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

This div border color is #2A9457.


Opacity

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

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

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

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

This text has shadow with #2A9457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A9457 on black background.


Color preview on white background

This text has color #2A9457 on white background.



Black color preview on #2A9457 background

This text has black color on #2A9457 background.


White color preview on #2A9457 background

This text has white color on #2A9457 background.