COLOR #2EA478

HEX: #2EA478
RGB: (46,164,120)

Color info

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

RGB color model

#2EA478 color RGB value is (46,164,120).

  • red value is 46;
  • green value is 164;
  • blue value is 120.
RGB:
(46,164,120)
(18%,64%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 164 of 255 = 64%
B 120 of 255 = 47%

46
164
120

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

Portions of RGB colors in percentages

R + G + B =
46 + 164 + 120 = 330 (100%)
R 46 of 330 ~ 13.94%
G 164 of 330 ~ 49.7%
B 120 of 330 ~ 36.36%

%13.94
%49.7
%36.36

CMYK color model

#2EA478 color CMYK value is (72,0,27,36).

  • cyan value is 71.95%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 35.69%
CMYK:
(72,0,27,36)
C72M0Y27K36 
(72%,0%,27%,36%)
(0.72/0.00/0.27/0.36)	

CMYK percentages

%71.95
%0
%26.83
%35.69

Codes

Color #2EA478 in popluar color models

2EA478
RGB46164120
HSL158°56.19%41.18%
HSB/HSV158°71.95%64.31%
CMYK71.95%0.00%26.83%
35.69%

Color #2EA478 in popluar number systems.

HEX2EA478
Decimal46164120
Binary101110101001001111000
Octal56244170

Shades and tints

Shades of #2EA478

#2EA478
(46,164,120)
#2A966E
(42,150,110)
#268864
(38,136,100)
#227A5A
(34,122,90)
#1E6C50
(30,108,80)
#1A5E46
(26,94,70)
#16503C
(22,80,60)
#124232
(18,66,50)
#0E3428
(14,52,40)
#0A261E
(10,38,30)
#061814
(6,24,20)
#000000
(0,0,0)

Tints of #2EA478

#2EA478
(46,164,120)
#41AC84
(65,172,132)
#54B490
(84,180,144)
#67BC9C
(103,188,156)
#7AC4A8
(122,196,168)
#8DCCB4
(141,204,180)
#A0D4C0
(160,212,192)
#B3DCCC
(179,220,204)
#C6E4D8
(198,228,216)
#D9ECE4
(217,236,228)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA478 color. Also use rgb(46,164,120) instead hex code.

Text Font Color

.myTextColor { color: #2EA478; }

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

This text font color is #2EA478.


Background Color

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

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

This div background color is #2EA478.


Border color

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

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

This div border color is #2EA478.


Opacity

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

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

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

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

This text has shadow with #2EA478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA478 on black background.


Color preview on white background

This text has color #2EA478 on white background.



Black color preview on #2EA478 background

This text has black color on #2EA478 background.


White color preview on #2EA478 background

This text has white color on #2EA478 background.