COLOR #2E8370

HEX: #2E8370
RGB: (46,131,112)

Color info

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

RGB color model

#2E8370 color RGB value is (46,131,112).

  • red value is 46;
  • green value is 131;
  • blue value is 112.
RGB:
(46,131,112)
(18%,51%,44%)

RGB channels and saturation

R 46 of 255 = 18%
G 131 of 255 = 51%
B 112 of 255 = 44%

46
131
112

R + G + B ~ 38%. #2E8370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 131 + 112 = 289 (100%)
R 46 of 289 ~ 15.92%
G 131 of 289 ~ 45.33%
B 112 of 289 ~ 38.75%

%15.92
%45.33
%38.75

CMYK color model

#2E8370 color CMYK value is (65,0,15,49).

  • cyan value is 64.89%
  • magenta value is 0.00%
  • yellow value is 14.50%
  • key color value is 48.63%
CMYK:
(65,0,15,49)
C65M0Y15K49 
(65%,0%,15%,49%)
(0.65/0.00/0.15/0.49)	

CMYK percentages

%64.89
%0
%14.5
%48.63

Codes

Color #2E8370 in popluar color models

2E8370
RGB46131112
HSL167°48.02%34.71%
HSB/HSV167°64.89%51.37%
CMYK64.89%0.00%14.50%
48.63%

Color #2E8370 in popluar number systems.

HEX2E8370
Decimal46131112
Binary101110100000111110000
Octal56203160

Shades and tints

Shades of #2E8370

#2E8370
(46,131,112)
#2A7866
(42,120,102)
#266D5C
(38,109,92)
#226252
(34,98,82)
#1E5748
(30,87,72)
#1A4C3E
(26,76,62)
#164134
(22,65,52)
#12362A
(18,54,42)
#0E2B20
(14,43,32)
#0A2016
(10,32,22)
#06150C
(6,21,12)
#000000
(0,0,0)

Tints of #2E8370

#2E8370
(46,131,112)
#418E7D
(65,142,125)
#54998A
(84,153,138)
#67A497
(103,164,151)
#7AAFA4
(122,175,164)
#8DBAB1
(141,186,177)
#A0C5BE
(160,197,190)
#B3D0CB
(179,208,203)
#C6DBD8
(198,219,216)
#D9E6E5
(217,230,229)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8370 color. Also use rgb(46,131,112) instead hex code.

Text Font Color

.myTextColor { color: #2E8370; }

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

This text font color is #2E8370.


Background Color

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

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

This div background color is #2E8370.


Border color

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

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

This div border color is #2E8370.


Opacity

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

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

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

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

This text has shadow with #2E8370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8370 on black background.


Color preview on white background

This text has color #2E8370 on white background.



Black color preview on #2E8370 background

This text has black color on #2E8370 background.


White color preview on #2E8370 background

This text has white color on #2E8370 background.