COLOR #2EAB82

HEX: #2EAB82
RGB: (46,171,130)

Color info

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

RGB color model

#2EAB82 color RGB value is (46,171,130).

  • red value is 46;
  • green value is 171;
  • blue value is 130.
RGB:
(46,171,130)
(18%,67%,51%)

RGB channels and saturation

R 46 of 255 = 18%
G 171 of 255 = 67%
B 130 of 255 = 51%

46
171
130

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

Portions of RGB colors in percentages

R + G + B =
46 + 171 + 130 = 347 (100%)
R 46 of 347 ~ 13.26%
G 171 of 347 ~ 49.28%
B 130 of 347 ~ 37.46%

%13.26
%49.28
%37.46

CMYK color model

#2EAB82 color CMYK value is (73,0,24,33).

  • cyan value is 73.10%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 32.94%
CMYK:
(73,0,24,33)
C73M0Y24K33 
(73%,0%,24%,33%)
(0.73/0.00/0.24/0.33)	

CMYK percentages

%73.1
%0
%23.98
%32.94

Codes

Color #2EAB82 in popluar color models

2EAB82
RGB46171130
HSL160°57.60%42.55%
HSB/HSV160°73.10%67.06%
CMYK73.10%0.00%23.98%
32.94%

Color #2EAB82 in popluar number systems.

HEX2EAB82
Decimal46171130
Binary1011101010101110000010
Octal56253202

Shades and tints

Shades of #2EAB82

#2EAB82
(46,171,130)
#2A9C77
(42,156,119)
#268D6C
(38,141,108)
#227E61
(34,126,97)
#1E6F56
(30,111,86)
#1A604B
(26,96,75)
#165140
(22,81,64)
#124235
(18,66,53)
#0E332A
(14,51,42)
#0A241F
(10,36,31)
#061514
(6,21,20)
#000000
(0,0,0)

Tints of #2EAB82

#2EAB82
(46,171,130)
#41B28D
(65,178,141)
#54B998
(84,185,152)
#67C0A3
(103,192,163)
#7AC7AE
(122,199,174)
#8DCEB9
(141,206,185)
#A0D5C4
(160,213,196)
#B3DCCF
(179,220,207)
#C6E3DA
(198,227,218)
#D9EAE5
(217,234,229)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EAB82 color. Also use rgb(46,171,130) instead hex code.

Text Font Color

.myTextColor { color: #2EAB82; }

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

This text font color is #2EAB82.


Background Color

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

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

This div background color is #2EAB82.


Border color

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

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

This div border color is #2EAB82.


Opacity

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

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

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

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

This text has shadow with #2EAB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAB82 on black background.


Color preview on white background

This text has color #2EAB82 on white background.



Black color preview on #2EAB82 background

This text has black color on #2EAB82 background.


White color preview on #2EAB82 background

This text has white color on #2EAB82 background.