COLOR #2EA680

HEX: #2EA680 RGB: (46,166,128)

Color info

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

RGB color model

#2EA680 color RGB value is (46,166,128).

RGB: (46,166,128) (18%, 65%, 50%)

RGB channels and saturation

R 46 of 255 = 18%
G 166 of 255 = 65%
B 128 of 255 = 50%

46
166
128

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

Portions of RGB colors in percentages

R + G + B = 46 + 166 + 128 = 340 (100%)
R 46 of 340 ~ 13.53%
G 166 of 340 ~ 48.82%
B 128 of 340 ~ 37.65'%

%13.53
%48.82
%37.65

CMYK color model

#2EA680 color CMYK value is (72,0,23,35).

  • cyan value is 72.29%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK: (72,0,23,35) C72M0Y23K35 (72%,0%,23%,35%) (0.72/0.00/0.23/0.35) 

CMYK percentages

%72.29
%0
%22.89
%34.9

Codes

Color #2EA680 in popluar color models

2E A6 80
RGB 46 166 128
HSL 161° 56.60% 41.57%
HSB/HSV 161° 72.29% 65.10%
CMYK 72.29% 0.00% 22.89%
34.90%

Color #2EA680 in popluar number systems.

HEX 2E A6 80
Decimal 46 166 128
Binary 101110 10100110 10000000
Octal 56 246 200

Shades and tints

Shades of #2EA680

#2EA680
(46,166,128)
#2A9775
(42,151,117)
#26886A
(38,136,106)
#22795F
(34,121,95)
#1E6A54
(30,106,84)
#1A5B49
(26,91,73)
#164C3E
(22,76,62)
#123D33
(18,61,51)
#0E2E28
(14,46,40)
#0A1F1D
(10,31,29)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #2EA680

#2EA680
(46,166,128)
#41AE8B
(65,174,139)
#54B696
(84,182,150)
#67BEA1
(103,190,161)
#7AC6AC
(122,198,172)
#8DCEB7
(141,206,183)
#A0D6C2
(160,214,194)
#B3DECD
(179,222,205)
#C6E6D8
(198,230,216)
#D9EEE3
(217,238,227)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA680 color. Also use rgb(46,166,128) instead hex code.

Text Font Color

.myTextColor { color: #2EA680; }

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

This text font color is #2EA680.

Background Color

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

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

This div background color is #2EA680.

Border color

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

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

This div border color is #2EA680.

Opacity

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

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

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

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

This text has shadow with #2EA680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EA680.

Preview

Color preview on black background

This text has color #2EA680 on black background.


Color preview on white background

This text has color #2EA680 on white background.


Black color preview on #2EA680 background

This text has black color on #2EA680 background.


White color preview on #2EA680 background

This text has white color on #2EA680 background.


Related colors

Complementary color

Complementary color for #hex is #D1597F.


I love getcolorcode.com

Triadic colors

1 #802EA6 and #A6802E with #2EA680 are triadic colors.

2 #80A62E and #A62E80 with #2EA680 are triadic colors.