COLOR #2E8047

HEX: #2E8047
RGB: (46,128,71)

Color info

#2E8047 contains mainly green and blue colors. Web safe color of #2E8047 is #336633 (or #363).

RGB color model

#2E8047 color RGB value is (46,128,71).

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

RGB channels and saturation

R 46 of 255 = 18%
G 128 of 255 = 50%
B 71 of 255 = 28%

46
128
71

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

Portions of RGB colors in percentages

R + G + B =
46 + 128 + 71 = 245 (100%)
R 46 of 245 ~ 18.78%
G 128 of 245 ~ 52.24%
B 71 of 245 ~ 28.98%

%18.78
%52.24
%28.98

CMYK color model

#2E8047 color CMYK value is (64,0,45,50).

  • cyan value is 64.06%
  • magenta value is 0.00%
  • yellow value is 44.53%
  • key color value is 49.80%
CMYK:
(64,0,45,50)
C64M0Y45K50 
(64%,0%,45%,50%)
(0.64/0.00/0.45/0.50)	

CMYK percentages

%64.06
%0
%44.53
%49.8

Codes

Color #2E8047 in popluar color models

2E8047
RGB4612871
HSL138°47.13%34.12%
HSB/HSV138°64.06%50.20%
CMYK64.06%0.00%44.53%
49.80%

Color #2E8047 in popluar number systems.

HEX2E8047
Decimal4612871
Binary101110100000001000111
Octal56200107

Shades and tints

Shades of #2E8047

#2E8047
(46,128,71)
#2A7541
(42,117,65)
#266A3B
(38,106,59)
#225F35
(34,95,53)
#1E542F
(30,84,47)
#1A4929
(26,73,41)
#163E23
(22,62,35)
#12331D
(18,51,29)
#0E2817
(14,40,23)
#0A1D11
(10,29,17)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #2E8047

#2E8047
(46,128,71)
#418B57
(65,139,87)
#549667
(84,150,103)
#67A177
(103,161,119)
#7AAC87
(122,172,135)
#8DB797
(141,183,151)
#A0C2A7
(160,194,167)
#B3CDB7
(179,205,183)
#C6D8C7
(198,216,199)
#D9E3D7
(217,227,215)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8047; }

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

This text font color is #2E8047.


Background Color

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

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

This div background color is #2E8047.


Border color

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

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

This div border color is #2E8047.


Opacity

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

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

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

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

This text has shadow with #2E8047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8047 on black background.


Color preview on white background

This text has color #2E8047 on white background.



Black color preview on #2E8047 background

This text has black color on #2E8047 background.


White color preview on #2E8047 background

This text has white color on #2E8047 background.