COLOR #2EAA79

HEX: #2EAA79
RGB: (46,170,121)

Color info

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

RGB color model

#2EAA79 color RGB value is (46,170,121).

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

RGB channels and saturation

R 46 of 255 = 18%
G 170 of 255 = 67%
B 121 of 255 = 47%

46
170
121

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

Portions of RGB colors in percentages

R + G + B =
46 + 170 + 121 = 337 (100%)
R 46 of 337 ~ 13.65%
G 170 of 337 ~ 50.45%
B 121 of 337 ~ 35.91%

%13.65
%50.45
%35.91

CMYK color model

#2EAA79 color CMYK value is (73,0,29,33).

  • cyan value is 72.94%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(73,0,29,33)
C73M0Y29K33 
(73%,0%,29%,33%)
(0.73/0.00/0.29/0.33)	

CMYK percentages

%72.94
%0
%28.82
%33.33

Codes

Color #2EAA79 in popluar color models

2EAA79
RGB46170121
HSL156°57.41%42.35%
HSB/HSV156°72.94%66.67%
CMYK72.94%0.00%28.82%
33.33%

Color #2EAA79 in popluar number systems.

HEX2EAA79
Decimal46170121
Binary101110101010101111001
Octal56252171

Shades and tints

Shades of #2EAA79

#2EAA79
(46,170,121)
#2A9B6E
(42,155,110)
#268C63
(38,140,99)
#227D58
(34,125,88)
#1E6E4D
(30,110,77)
#1A5F42
(26,95,66)
#165037
(22,80,55)
#12412C
(18,65,44)
#0E3221
(14,50,33)
#0A2316
(10,35,22)
#06140B
(6,20,11)
#000000
(0,0,0)

Tints of #2EAA79

#2EAA79
(46,170,121)
#41B185
(65,177,133)
#54B891
(84,184,145)
#67BF9D
(103,191,157)
#7AC6A9
(122,198,169)
#8DCDB5
(141,205,181)
#A0D4C1
(160,212,193)
#B3DBCD
(179,219,205)
#C6E2D9
(198,226,217)
#D9E9E5
(217,233,229)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EAA79; }

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

This text font color is #2EAA79.


Background Color

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

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

This div background color is #2EAA79.


Border color

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

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

This div border color is #2EAA79.


Opacity

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

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

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

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

This text has shadow with #2EAA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAA79 on black background.


Color preview on white background

This text has color #2EAA79 on white background.



Black color preview on #2EAA79 background

This text has black color on #2EAA79 background.


White color preview on #2EAA79 background

This text has white color on #2EAA79 background.