COLOR #2EA092

HEX: #2EA092
RGB: (46,160,146)

Color info

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

RGB color model

#2EA092 color RGB value is (46,160,146).

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

RGB channels and saturation

R 46 of 255 = 18%
G 160 of 255 = 63%
B 146 of 255 = 57%

46
160
146

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

Portions of RGB colors in percentages

R + G + B =
46 + 160 + 146 = 352 (100%)
R 46 of 352 ~ 13.07%
G 160 of 352 ~ 45.45%
B 146 of 352 ~ 41.48%

%13.07
%45.45
%41.48

CMYK color model

#2EA092 color CMYK value is (71,0,9,37).

  • cyan value is 71.25%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 37.25%
CMYK:
(71,0,9,37)
C71M0Y9K37 
(71%,0%,9%,37%)
(0.71/0.00/0.09/0.37)	

CMYK percentages

%71.25
%0
%8.75
%37.25

Codes

Color #2EA092 in popluar color models

2EA092
RGB46160146
HSL173°55.34%40.39%
HSB/HSV173°71.25%62.75%
CMYK71.25%0.00%8.75%
37.25%

Color #2EA092 in popluar number systems.

HEX2EA092
Decimal46160146
Binary1011101010000010010010
Octal56240222

Shades and tints

Shades of #2EA092

#2EA092
(46,160,146)
#2A9285
(42,146,133)
#268478
(38,132,120)
#22766B
(34,118,107)
#1E685E
(30,104,94)
#1A5A51
(26,90,81)
#164C44
(22,76,68)
#123E37
(18,62,55)
#0E302A
(14,48,42)
#0A221D
(10,34,29)
#061410
(6,20,16)
#000000
(0,0,0)

Tints of #2EA092

#2EA092
(46,160,146)
#41A89B
(65,168,155)
#54B0A4
(84,176,164)
#67B8AD
(103,184,173)
#7AC0B6
(122,192,182)
#8DC8BF
(141,200,191)
#A0D0C8
(160,208,200)
#B3D8D1
(179,216,209)
#C6E0DA
(198,224,218)
#D9E8E3
(217,232,227)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EA092; }

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

This text font color is #2EA092.


Background Color

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

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

This div background color is #2EA092.


Border color

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

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

This div border color is #2EA092.


Opacity

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

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

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

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

This text has shadow with #2EA092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA092 on black background.


Color preview on white background

This text has color #2EA092 on white background.



Black color preview on #2EA092 background

This text has black color on #2EA092 background.


White color preview on #2EA092 background

This text has white color on #2EA092 background.