COLOR #2AA239

HEX: #2AA239
RGB: (42,162,57)

Color info

#2AA239 contains mainly green color. Web safe color of #2AA239 is #339933 (or #393).

RGB color model

#2AA239 color RGB value is (42,162,57).

  • red value is 42;
  • green value is 162;
  • blue value is 57.
RGB:
(42,162,57)
(16%,64%,22%)

RGB channels and saturation

R 42 of 255 = 16%
G 162 of 255 = 64%
B 57 of 255 = 22%

42
162
57

R + G + B ~ 34%. #2AA239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 162 + 57 = 261 (100%)
R 42 of 261 ~ 16.09%
G 162 of 261 ~ 62.07%
B 57 of 261 ~ 21.84%

%16.09
%62.07
%21.84

CMYK color model

#2AA239 color CMYK value is (74,0,65,36).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 64.81%
  • key color value is 36.47%
CMYK:
(74,0,65,36)
C74M0Y65K36 
(74%,0%,65%,36%)
(0.74/0.00/0.65/0.36)	

CMYK percentages

%74.07
%0
%64.81
%36.47

Codes

Color #2AA239 in popluar color models

2AA239
RGB4216257
HSL128°58.82%40.00%
HSB/HSV128°74.07%63.53%
CMYK74.07%0.00%64.81%
36.47%

Color #2AA239 in popluar number systems.

HEX2AA239
Decimal4216257
Binary10101010100010111001
Octal5224271

Shades and tints

Shades of #2AA239

#2AA239
(42,162,57)
#279434
(39,148,52)
#24862F
(36,134,47)
#21782A
(33,120,42)
#1E6A25
(30,106,37)
#1B5C20
(27,92,32)
#184E1B
(24,78,27)
#154016
(21,64,22)
#123211
(18,50,17)
#0F240C
(15,36,12)
#0C1607
(12,22,7)
#000000
(0,0,0)

Tints of #2AA239

#2AA239
(42,162,57)
#3DAA4B
(61,170,75)
#50B25D
(80,178,93)
#63BA6F
(99,186,111)
#76C281
(118,194,129)
#89CA93
(137,202,147)
#9CD2A5
(156,210,165)
#AFDAB7
(175,218,183)
#C2E2C9
(194,226,201)
#D5EADB
(213,234,219)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AA239 color. Also use rgb(42,162,57) instead hex code.

Text Font Color

.myTextColor { color: #2AA239; }

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

This text font color is #2AA239.


Background Color

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

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

This div background color is #2AA239.


Border color

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

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

This div border color is #2AA239.


Opacity

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

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

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

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

This text has shadow with #2AA239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AA239 on black background.


Color preview on white background

This text has color #2AA239 on white background.



Black color preview on #2AA239 background

This text has black color on #2AA239 background.


White color preview on #2AA239 background

This text has white color on #2AA239 background.