COLOR #2E9E5B

HEX: #2E9E5B RGB: (46,158,91)

Color info

#2E9E5B contains mainly green color. Web safe color of #2E9E5B is #339966 (or #396).

RGB color model

#2E9E5B color RGB value is (46,158,91).

RGB: (46,158,91) (18%, 62%, 36%)

RGB channels and saturation

R 46 of 255 = 18%
G 158 of 255 = 62%
B 91 of 255 = 36%

46
158
91

R + G + B ~ 39%. #2E9E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 158 + 91 = 295 (100%)
R 46 of 295 ~ 15.59%
G 158 of 295 ~ 53.56%
B 91 of 295 ~ 30.85'%

%15.59
%53.56
%30.85

CMYK color model

#2E9E5B color CMYK value is (71,0,42,38).

  • cyan value is 70.89%
  • magenta value is 0.00%
  • yellow value is 42.41%
  • key color value is 38.04%

CMYK: (71,0,42,38)
C71M0Y42K38 (71%, 0%, 42%, 38%)
(0.71 / 0.00 / 0.42 / 0.38)

CMYK percentages

%70.89
%0
%42.41
%38.04

Codes

Color #2E9E5B in popluar color models

2E 9E 5B
RGB 46 158 91
HSL 144° 54.90% 40.00%
HSB/HSV 144° 70.89% 61.96%
CMYK 70.89% 0.00% 42.41%
38.04%

Color #2E9E5B in popluar number systems.

HEX 2E 9E 5B
Decimal 46 158 91
Binary 101110 10011110 1011011
Octal 56 236 133

Shades and tints

Shades of #2E9E5B

#2E9E5B
(46,158,91)
#2A9053
(42,144,83)
#26824B
(38,130,75)
#227443
(34,116,67)
#1E663B
(30,102,59)
#1A5833
(26,88,51)
#164A2B
(22,74,43)
#123C23
(18,60,35)
#0E2E1B
(14,46,27)
#0A2013
(10,32,19)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #2E9E5B

#2E9E5B
(46,158,91)
#41A669
(65,166,105)
#54AE77
(84,174,119)
#67B685
(103,182,133)
#7ABE93
(122,190,147)
#8DC6A1
(141,198,161)
#A0CEAF
(160,206,175)
#B3D6BD
(179,214,189)
#C6DECB
(198,222,203)
#D9E6D9
(217,230,217)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9E5B color. Also use rgb(46,158,91) instead hex code.

Text Font Color

.myTextColor { color: #2E9E5B; }

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

This text font color is #2E9E5B.

Background Color

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

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

This div background color is #2E9E5B.

Border color

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

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

This div border color is #2E9E5B.

Opacity

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

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

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

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

This text has shadow with #2E9E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E9E5B.

Preview

Color preview on black background

This text has color #2E9E5B on black background.


Color preview on white background

This text has color #2E9E5B on white background.


Black color preview on #2E9E5B background

This text has black color on #2E9E5B background.


White color preview on #2E9E5B background

This text has white color on #2E9E5B background.


Related colors

Complementary color

Complementary color for #hex is #D161A4.


I love getcolorcode.com

Triadic colors

1 #5B2E9E and #9E5B2E with #2E9E5B are triadic colors.

2 #5B9E2E and #9E2E5B with #2E9E5B are triadic colors.