COLOR #2A9E60

HEX: #2A9E60
RGB: (42,158,96)

Color info

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

RGB color model

#2A9E60 color RGB value is (42,158,96).

  • red value is 42;
  • green value is 158;
  • blue value is 96.
RGB:
(42,158,96)
(16%,62%,38%)

RGB channels and saturation

R 42 of 255 = 16%
G 158 of 255 = 62%
B 96 of 255 = 38%

42
158
96

R + G + B ~ 39%. #2A9E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 158 + 96 = 296 (100%)
R 42 of 296 ~ 14.19%
G 158 of 296 ~ 53.38%
B 96 of 296 ~ 32.43%

%14.19
%53.38
%32.43

CMYK color model

#2A9E60 color CMYK value is (73,0,39,38).

  • cyan value is 73.42%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 38.04%
CMYK:
(73,0,39,38)
C73M0Y39K38 
(73%,0%,39%,38%)
(0.73/0.00/0.39/0.38)	

CMYK percentages

%73.42
%0
%39.24
%38.04

Codes

Color #2A9E60 in popluar color models

2A9E60
RGB4215896
HSL148°58.00%39.22%
HSB/HSV148°73.42%61.96%
CMYK73.42%0.00%39.24%
38.04%

Color #2A9E60 in popluar number systems.

HEX2A9E60
Decimal4215896
Binary101010100111101100000
Octal52236140

Shades and tints

Shades of #2A9E60

#2A9E60
(42,158,96)
#279058
(39,144,88)
#248250
(36,130,80)
#217448
(33,116,72)
#1E6640
(30,102,64)
#1B5838
(27,88,56)
#184A30
(24,74,48)
#153C28
(21,60,40)
#122E20
(18,46,32)
#0F2018
(15,32,24)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #2A9E60

#2A9E60
(42,158,96)
#3DA66E
(61,166,110)
#50AE7C
(80,174,124)
#63B68A
(99,182,138)
#76BE98
(118,190,152)
#89C6A6
(137,198,166)
#9CCEB4
(156,206,180)
#AFD6C2
(175,214,194)
#C2DED0
(194,222,208)
#D5E6DE
(213,230,222)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A9E60 color. Also use rgb(42,158,96) instead hex code.

Text Font Color

.myTextColor { color: #2A9E60; }

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

This text font color is #2A9E60.


Background Color

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

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

This div background color is #2A9E60.


Border color

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

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

This div border color is #2A9E60.


Opacity

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

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

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

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

This text has shadow with #2A9E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A9E60 on black background.


Color preview on white background

This text has color #2A9E60 on white background.



Black color preview on #2A9E60 background

This text has black color on #2A9E60 background.


White color preview on #2A9E60 background

This text has white color on #2A9E60 background.