COLOR #2EA29A

HEX: #2EA29A
RGB: (46,162,154)

Color info

#2EA29A contains mainly green and blue colors. Web safe color of #2EA29A is #339999 (or #399).

RGB color model

#2EA29A color RGB value is (46,162,154).

  • red value is 46;
  • green value is 162;
  • blue value is 154.
RGB:
(46,162,154)
(18%,64%,60%)

RGB channels and saturation

R 46 of 255 = 18%
G 162 of 255 = 64%
B 154 of 255 = 60%

46
162
154

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

Portions of RGB colors in percentages

R + G + B =
46 + 162 + 154 = 362 (100%)
R 46 of 362 ~ 12.71%
G 162 of 362 ~ 44.75%
B 154 of 362 ~ 42.54%

%12.71
%44.75
%42.54

CMYK color model

#2EA29A color CMYK value is (72,0,5,36).

  • cyan value is 71.60%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 36.47%
CMYK:
(72,0,5,36)
C72M0Y5K36 
(72%,0%,5%,36%)
(0.72/0.00/0.05/0.36)	

CMYK percentages

%71.6
%0
%4.94
%36.47

Codes

Color #2EA29A in popluar color models

2EA29A
RGB46162154
HSL176°55.77%40.78%
HSB/HSV176°71.60%63.53%
CMYK71.60%0.00%4.94%
36.47%

Color #2EA29A in popluar number systems.

HEX2EA29A
Decimal46162154
Binary1011101010001010011010
Octal56242232

Shades and tints

Shades of #2EA29A

#2EA29A
(46,162,154)
#2A948C
(42,148,140)
#26867E
(38,134,126)
#227870
(34,120,112)
#1E6A62
(30,106,98)
#1A5C54
(26,92,84)
#164E46
(22,78,70)
#124038
(18,64,56)
#0E322A
(14,50,42)
#0A241C
(10,36,28)
#06160E
(6,22,14)
#000000
(0,0,0)

Tints of #2EA29A

#2EA29A
(46,162,154)
#41AAA3
(65,170,163)
#54B2AC
(84,178,172)
#67BAB5
(103,186,181)
#7AC2BE
(122,194,190)
#8DCAC7
(141,202,199)
#A0D2D0
(160,210,208)
#B3DAD9
(179,218,217)
#C6E2E2
(198,226,226)
#D9EAEB
(217,234,235)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA29A color. Also use rgb(46,162,154) instead hex code.

Text Font Color

.myTextColor { color: #2EA29A; }

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

This text font color is #2EA29A.


Background Color

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

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

This div background color is #2EA29A.


Border color

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

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

This div border color is #2EA29A.


Opacity

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

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

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

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

This text has shadow with #2EA29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA29A on black background.


Color preview on white background

This text has color #2EA29A on white background.



Black color preview on #2EA29A background

This text has black color on #2EA29A background.


White color preview on #2EA29A background

This text has white color on #2EA29A background.