COLOR #2E8957

HEX: #2E8957 RGB: (46,137,87)

Color info

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

RGB color model

#2E8957 color RGB value is (46,137,87).

RGB: (46,137,87) (18%, 54%, 34%)

RGB channels and saturation

R 46 of 255 = 18%
G 137 of 255 = 54%
B 87 of 255 = 34%

46
137
87

R + G + B ~ 35%. #2E8957 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 137 + 87 = 270 (100%)
R 46 of 270 ~ 17.04%
G 137 of 270 ~ 50.74%
B 87 of 270 ~ 32.22'%

%17.04
%50.74
%32.22

CMYK color model

#2E8957 color CMYK value is (66,0,36,46).

  • cyan value is 66.42%
  • magenta value is 0.00%
  • yellow value is 36.50%
  • key color value is 46.27%

CMYK: (66,0,36,46)
C66M0Y36K46 (66%, 0%, 36%, 46%)
(0.66 / 0.00 / 0.36 / 0.46)

CMYK percentages

%66.42
%0
%36.5
%46.27

Codes

Color #2E8957 in popluar color models

2E 89 57
RGB 46 137 87
HSL 147° 49.73% 35.88%
HSB/HSV 147° 66.42% 53.73%
CMYK 66.42% 0.00% 36.50%
46.27%

Color #2E8957 in popluar number systems.

HEX 2E 89 57
Decimal 46 137 87
Binary 101110 10001001 1010111
Octal 56 211 127

Shades and tints

Shades of #2E8957

#2E8957
(46,137,87)
#2A7D50
(42,125,80)
#267149
(38,113,73)
#226542
(34,101,66)
#1E593B
(30,89,59)
#1A4D34
(26,77,52)
#16412D
(22,65,45)
#123526
(18,53,38)
#0E291F
(14,41,31)
#0A1D18
(10,29,24)
#061111
(6,17,17)
#000000
(0,0,0)

Tints of #2E8957

#2E8957
(46,137,87)
#419366
(65,147,102)
#549D75
(84,157,117)
#67A784
(103,167,132)
#7AB193
(122,177,147)
#8DBBA2
(141,187,162)
#A0C5B1
(160,197,177)
#B3CFC0
(179,207,192)
#C6D9CF
(198,217,207)
#D9E3DE
(217,227,222)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8957 color. Also use rgb(46,137,87) instead hex code.

Text Font Color

.myTextColor { color: #2E8957; }

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

This text font color is #2E8957.

Background Color

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

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

This div background color is #2E8957.

Border color

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

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

This div border color is #2E8957.

Opacity

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

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

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

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

This text has shadow with #2E8957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E8957.

Preview

Color preview on black background

This text has color #2E8957 on black background.


Color preview on white background

This text has color #2E8957 on white background.


Black color preview on #2E8957 background

This text has black color on #2E8957 background.


White color preview on #2E8957 background

This text has white color on #2E8957 background.


Related colors

Complementary color

Complementary color for #hex is #D176A8.


I love getcolorcode.com

Triadic colors

1 #572E89 and #89572E with #2E8957 are triadic colors.

2 #57892E and #892E57 with #2E8957 are triadic colors.