COLOR #2AA961

HEX: #2AA961 RGB: (42,169,97)

Color info

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

RGB color model

#2AA961 color RGB value is (42,169,97).

RGB: (42,169,97) (16%, 66%, 38%)

RGB channels and saturation

R 42 of 255 = 16%
G 169 of 255 = 66%
B 97 of 255 = 38%

42
169
97

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

Portions of RGB colors in percentages

R + G + B = 42 + 169 + 97 = 308 (100%)
R 42 of 308 ~ 13.64%
G 169 of 308 ~ 54.87%
B 97 of 308 ~ 31.49'%

%13.64
%54.87
%31.49

CMYK color model

#2AA961 color CMYK value is (75,0,43,34).

  • cyan value is 75.15%
  • magenta value is 0.00%
  • yellow value is 42.60%
  • key color value is 33.73%

CMYK: (75,0,43,34)
C75M0Y43K34 (75%, 0%, 43%, 34%)
(0.75 / 0.00 / 0.43 / 0.34)

CMYK percentages

%75.15
%0
%42.6
%33.73

Codes

Color #2AA961 in popluar color models

2A A9 61
RGB 42 169 97
HSL 146° 60.19% 41.37%
HSB/HSV 146° 75.15% 66.27%
CMYK 75.15% 0.00% 42.60%
33.73%

Color #2AA961 in popluar number systems.

HEX 2A A9 61
Decimal 42 169 97
Binary 101010 10101001 1100001
Octal 52 251 141

Shades and tints

Shades of #2AA961

#2AA961
(42,169,97)
#279A59
(39,154,89)
#248B51
(36,139,81)
#217C49
(33,124,73)
#1E6D41
(30,109,65)
#1B5E39
(27,94,57)
#184F31
(24,79,49)
#154029
(21,64,41)
#123121
(18,49,33)
#0F2219
(15,34,25)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #2AA961

#2AA961
(42,169,97)
#3DB06F
(61,176,111)
#50B77D
(80,183,125)
#63BE8B
(99,190,139)
#76C599
(118,197,153)
#89CCA7
(137,204,167)
#9CD3B5
(156,211,181)
#AFDAC3
(175,218,195)
#C2E1D1
(194,225,209)
#D5E8DF
(213,232,223)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AA961 color. Also use rgb(42,169,97) instead hex code.

Text Font Color

.myTextColor { color: #2AA961; }

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

This text font color is #2AA961.

Background Color

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

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

This div background color is #2AA961.

Border color

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

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

This div border color is #2AA961.

Opacity

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

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

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

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

This text has shadow with #2AA961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2AA961.

Preview

Color preview on black background

This text has color #2AA961 on black background.


Color preview on white background

This text has color #2AA961 on white background.


Black color preview on #2AA961 background

This text has black color on #2AA961 background.


White color preview on #2AA961 background

This text has white color on #2AA961 background.


Related colors

Complementary color

Complementary color for #hex is #D5569E.


I love getcolorcode.com

Triadic colors

1 #612AA9 and #A9612A with #2AA961 are triadic colors.

2 #61A92A and #A92A61 with #2AA961 are triadic colors.