COLOR #2EA079

HEX: #2EA079
RGB: (46,160,121)

Color info

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

RGB color model

#2EA079 color RGB value is (46,160,121).

  • red value is 46;
  • green value is 160;
  • blue value is 121.
RGB:
(46,160,121)
(18%,63%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 160 of 255 = 63%
B 121 of 255 = 47%

46
160
121

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

Portions of RGB colors in percentages

R + G + B =
46 + 160 + 121 = 327 (100%)
R 46 of 327 ~ 14.07%
G 160 of 327 ~ 48.93%
B 121 of 327 ~ 37%

%14.07
%48.93
%37

CMYK color model

#2EA079 color CMYK value is (71,0,24,37).

  • cyan value is 71.25%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 37.25%
CMYK:
(71,0,24,37)
C71M0Y24K37 
(71%,0%,24%,37%)
(0.71/0.00/0.24/0.37)	

CMYK percentages

%71.25
%0
%24.38
%37.25

Codes

Color #2EA079 in popluar color models

2EA079
RGB46160121
HSL159°55.34%40.39%
HSB/HSV159°71.25%62.75%
CMYK71.25%0.00%24.38%
37.25%

Color #2EA079 in popluar number systems.

HEX2EA079
Decimal46160121
Binary101110101000001111001
Octal56240171

Shades and tints

Shades of #2EA079

#2EA079
(46,160,121)
#2A926E
(42,146,110)
#268463
(38,132,99)
#227658
(34,118,88)
#1E684D
(30,104,77)
#1A5A42
(26,90,66)
#164C37
(22,76,55)
#123E2C
(18,62,44)
#0E3021
(14,48,33)
#0A2216
(10,34,22)
#06140B
(6,20,11)
#000000
(0,0,0)

Tints of #2EA079

#2EA079
(46,160,121)
#41A885
(65,168,133)
#54B091
(84,176,145)
#67B89D
(103,184,157)
#7AC0A9
(122,192,169)
#8DC8B5
(141,200,181)
#A0D0C1
(160,208,193)
#B3D8CD
(179,216,205)
#C6E0D9
(198,224,217)
#D9E8E5
(217,232,229)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA079 color. Also use rgb(46,160,121) instead hex code.

Text Font Color

.myTextColor { color: #2EA079; }

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

This text font color is #2EA079.


Background Color

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

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

This div background color is #2EA079.


Border color

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

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

This div border color is #2EA079.


Opacity

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

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

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

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

This text has shadow with #2EA079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA079 on black background.


Color preview on white background

This text has color #2EA079 on white background.



Black color preview on #2EA079 background

This text has black color on #2EA079 background.


White color preview on #2EA079 background

This text has white color on #2EA079 background.