COLOR #2AA376

HEX: #2AA376
RGB: (42,163,118)

Color info

#2AA376 contains mainly green and blue colors. Web safe color of #2AA376 is #339966 (or #396).

RGB color model

#2AA376 color RGB value is (42,163,118).

  • red value is 42;
  • green value is 163;
  • blue value is 118.
RGB:
(42,163,118)
(16%,64%,46%)

RGB channels and saturation

R 42 of 255 = 16%
G 163 of 255 = 64%
B 118 of 255 = 46%

42
163
118

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

Portions of RGB colors in percentages

R + G + B =
42 + 163 + 118 = 323 (100%)
R 42 of 323 ~ 13%
G 163 of 323 ~ 50.46%
B 118 of 323 ~ 36.53%

%13
%50.46
%36.53

CMYK color model

#2AA376 color CMYK value is (74,0,28,36).

  • cyan value is 74.23%
  • magenta value is 0.00%
  • yellow value is 27.61%
  • key color value is 36.08%
CMYK:
(74,0,28,36)
C74M0Y28K36 
(74%,0%,28%,36%)
(0.74/0.00/0.28/0.36)	

CMYK percentages

%74.23
%0
%27.61
%36.08

Codes

Color #2AA376 in popluar color models

2AA376
RGB42163118
HSL158°59.02%40.20%
HSB/HSV158°74.23%63.92%
CMYK74.23%0.00%27.61%
36.08%

Color #2AA376 in popluar number systems.

HEX2AA376
Decimal42163118
Binary101010101000111110110
Octal52243166

Shades and tints

Shades of #2AA376

#2AA376
(42,163,118)
#27956C
(39,149,108)
#248762
(36,135,98)
#217958
(33,121,88)
#1E6B4E
(30,107,78)
#1B5D44
(27,93,68)
#184F3A
(24,79,58)
#154130
(21,65,48)
#123326
(18,51,38)
#0F251C
(15,37,28)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #2AA376

#2AA376
(42,163,118)
#3DAB82
(61,171,130)
#50B38E
(80,179,142)
#63BB9A
(99,187,154)
#76C3A6
(118,195,166)
#89CBB2
(137,203,178)
#9CD3BE
(156,211,190)
#AFDBCA
(175,219,202)
#C2E3D6
(194,227,214)
#D5EBE2
(213,235,226)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AA376 color. Also use rgb(42,163,118) instead hex code.

Text Font Color

.myTextColor { color: #2AA376; }

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

This text font color is #2AA376.


Background Color

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

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

This div background color is #2AA376.


Border color

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

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

This div border color is #2AA376.


Opacity

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

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

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

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

This text has shadow with #2AA376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AA376 on black background.


Color preview on white background

This text has color #2AA376 on white background.



Black color preview on #2AA376 background

This text has black color on #2AA376 background.


White color preview on #2AA376 background

This text has white color on #2AA376 background.