COLOR #2AB573

HEX: #2AB573
RGB: (42,181,115)

Color info

#2AB573 contains mainly green color. Web safe color of #2AB573 is #33CC66 (or #3C6).

RGB color model

#2AB573 color RGB value is (42,181,115).

  • red value is 42;
  • green value is 181;
  • blue value is 115.
RGB:
(42,181,115)
(16%,71%,45%)

RGB channels and saturation

R 42 of 255 = 16%
G 181 of 255 = 71%
B 115 of 255 = 45%

42
181
115

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

Portions of RGB colors in percentages

R + G + B =
42 + 181 + 115 = 338 (100%)
R 42 of 338 ~ 12.43%
G 181 of 338 ~ 53.55%
B 115 of 338 ~ 34.02%

%12.43
%53.55
%34.02

CMYK color model

#2AB573 color CMYK value is (77,0,36,29).

  • cyan value is 76.80%
  • magenta value is 0.00%
  • yellow value is 36.46%
  • key color value is 29.02%
CMYK:
(77,0,36,29)
C77M0Y36K29 
(77%,0%,36%,29%)
(0.77/0.00/0.36/0.29)	

CMYK percentages

%76.8
%0
%36.46
%29.02

Codes

Color #2AB573 in popluar color models

2AB573
RGB42181115
HSL152°62.33%43.73%
HSB/HSV152°76.80%70.98%
CMYK76.80%0.00%36.46%
29.02%

Color #2AB573 in popluar number systems.

HEX2AB573
Decimal42181115
Binary101010101101011110011
Octal52265163

Shades and tints

Shades of #2AB573

#2AB573
(42,181,115)
#27A569
(39,165,105)
#24955F
(36,149,95)
#218555
(33,133,85)
#1E754B
(30,117,75)
#1B6541
(27,101,65)
#185537
(24,85,55)
#15452D
(21,69,45)
#123523
(18,53,35)
#0F2519
(15,37,25)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #2AB573

#2AB573
(42,181,115)
#3DBB7F
(61,187,127)
#50C18B
(80,193,139)
#63C797
(99,199,151)
#76CDA3
(118,205,163)
#89D3AF
(137,211,175)
#9CD9BB
(156,217,187)
#AFDFC7
(175,223,199)
#C2E5D3
(194,229,211)
#D5EBDF
(213,235,223)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AB573 color. Also use rgb(42,181,115) instead hex code.

Text Font Color

.myTextColor { color: #2AB573; }

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

This text font color is #2AB573.


Background Color

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

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

This div background color is #2AB573.


Border color

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

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

This div border color is #2AB573.


Opacity

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

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

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

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

This text has shadow with #2AB573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AB573 on black background.


Color preview on white background

This text has color #2AB573 on white background.



Black color preview on #2AB573 background

This text has black color on #2AB573 background.


White color preview on #2AB573 background

This text has white color on #2AB573 background.