COLOR #2EAA74

HEX: #2EAA74
RGB: (46,170,116)

Color info

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

RGB color model

#2EAA74 color RGB value is (46,170,116).

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

RGB channels and saturation

R 46 of 255 = 18%
G 170 of 255 = 67%
B 116 of 255 = 45%

46
170
116

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

Portions of RGB colors in percentages

R + G + B =
46 + 170 + 116 = 332 (100%)
R 46 of 332 ~ 13.86%
G 170 of 332 ~ 51.2%
B 116 of 332 ~ 34.94%

%13.86
%51.2
%34.94

CMYK color model

#2EAA74 color CMYK value is (73,0,32,33).

  • cyan value is 72.94%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 33.33%
CMYK:
(73,0,32,33)
C73M0Y32K33 
(73%,0%,32%,33%)
(0.73/0.00/0.32/0.33)	

CMYK percentages

%72.94
%0
%31.76
%33.33

Codes

Color #2EAA74 in popluar color models

2EAA74
RGB46170116
HSL154°57.41%42.35%
HSB/HSV154°72.94%66.67%
CMYK72.94%0.00%31.76%
33.33%

Color #2EAA74 in popluar number systems.

HEX2EAA74
Decimal46170116
Binary101110101010101110100
Octal56252164

Shades and tints

Shades of #2EAA74

#2EAA74
(46,170,116)
#2A9B6A
(42,155,106)
#268C60
(38,140,96)
#227D56
(34,125,86)
#1E6E4C
(30,110,76)
#1A5F42
(26,95,66)
#165038
(22,80,56)
#12412E
(18,65,46)
#0E3224
(14,50,36)
#0A231A
(10,35,26)
#061410
(6,20,16)
#000000
(0,0,0)

Tints of #2EAA74

#2EAA74
(46,170,116)
#41B180
(65,177,128)
#54B88C
(84,184,140)
#67BF98
(103,191,152)
#7AC6A4
(122,198,164)
#8DCDB0
(141,205,176)
#A0D4BC
(160,212,188)
#B3DBC8
(179,219,200)
#C6E2D4
(198,226,212)
#D9E9E0
(217,233,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EAA74; }

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

This text font color is #2EAA74.


Background Color

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

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

This div background color is #2EAA74.


Border color

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

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

This div border color is #2EAA74.


Opacity

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

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

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

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

This text has shadow with #2EAA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAA74 on black background.


Color preview on white background

This text has color #2EAA74 on white background.



Black color preview on #2EAA74 background

This text has black color on #2EAA74 background.


White color preview on #2EAA74 background

This text has white color on #2EAA74 background.