COLOR #2E8347

HEX: #2E8347
RGB: (46,131,71)

Color info

#2E8347 contains mainly green color. Web safe color of #2E8347 is #339933 (or #393).

RGB color model

#2E8347 color RGB value is (46,131,71).

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

RGB channels and saturation

R 46 of 255 = 18%
G 131 of 255 = 51%
B 71 of 255 = 28%

46
131
71

R + G + B ~ 32%. #2E8347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 131 + 71 = 248 (100%)
R 46 of 248 ~ 18.55%
G 131 of 248 ~ 52.82%
B 71 of 248 ~ 28.63%

%18.55
%52.82
%28.63

CMYK color model

#2E8347 color CMYK value is (65,0,46,49).

  • cyan value is 64.89%
  • magenta value is 0.00%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(65,0,46,49)
C65M0Y46K49 
(65%,0%,46%,49%)
(0.65/0.00/0.46/0.49)	

CMYK percentages

%64.89
%0
%45.8
%48.63

Codes

Color #2E8347 in popluar color models

2E8347
RGB4613171
HSL138°48.02%34.71%
HSB/HSV138°64.89%51.37%
CMYK64.89%0.00%45.80%
48.63%

Color #2E8347 in popluar number systems.

HEX2E8347
Decimal4613171
Binary101110100000111000111
Octal56203107

Shades and tints

Shades of #2E8347

#2E8347
(46,131,71)
#2A7841
(42,120,65)
#266D3B
(38,109,59)
#226235
(34,98,53)
#1E572F
(30,87,47)
#1A4C29
(26,76,41)
#164123
(22,65,35)
#12361D
(18,54,29)
#0E2B17
(14,43,23)
#0A2011
(10,32,17)
#06150B
(6,21,11)
#000000
(0,0,0)

Tints of #2E8347

#2E8347
(46,131,71)
#418E57
(65,142,87)
#549967
(84,153,103)
#67A477
(103,164,119)
#7AAF87
(122,175,135)
#8DBA97
(141,186,151)
#A0C5A7
(160,197,167)
#B3D0B7
(179,208,183)
#C6DBC7
(198,219,199)
#D9E6D7
(217,230,215)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8347; }

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

This text font color is #2E8347.


Background Color

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

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

This div background color is #2E8347.


Border color

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

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

This div border color is #2E8347.


Opacity

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

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

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

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

This text has shadow with #2E8347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8347 on black background.


Color preview on white background

This text has color #2E8347 on white background.



Black color preview on #2E8347 background

This text has black color on #2E8347 background.


White color preview on #2E8347 background

This text has white color on #2E8347 background.