COLOR #2E8649

HEX: #2E8649
RGB: (46,134,73)

Color info

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

RGB color model

#2E8649 color RGB value is (46,134,73).

  • red value is 46;
  • green value is 134;
  • blue value is 73.
RGB:
(46,134,73)
(18%,53%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 134 of 255 = 53%
B 73 of 255 = 29%

46
134
73

R + G + B ~ 33%. #2E8649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 134 + 73 = 253 (100%)
R 46 of 253 ~ 18.18%
G 134 of 253 ~ 52.96%
B 73 of 253 ~ 28.85%

%18.18
%52.96
%28.85

CMYK color model

#2E8649 color CMYK value is (66,0,46,47).

  • cyan value is 65.67%
  • magenta value is 0.00%
  • yellow value is 45.52%
  • key color value is 47.45%
CMYK:
(66,0,46,47)
C66M0Y46K47 
(66%,0%,46%,47%)
(0.66/0.00/0.46/0.47)	

CMYK percentages

%65.67
%0
%45.52
%47.45

Codes

Color #2E8649 in popluar color models

2E8649
RGB4613473
HSL138°48.89%35.29%
HSB/HSV138°65.67%52.55%
CMYK65.67%0.00%45.52%
47.45%

Color #2E8649 in popluar number systems.

HEX2E8649
Decimal4613473
Binary101110100001101001001
Octal56206111

Shades and tints

Shades of #2E8649

#2E8649
(46,134,73)
#2A7A43
(42,122,67)
#266E3D
(38,110,61)
#226237
(34,98,55)
#1E5631
(30,86,49)
#1A4A2B
(26,74,43)
#163E25
(22,62,37)
#12321F
(18,50,31)
#0E2619
(14,38,25)
#0A1A13
(10,26,19)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #2E8649

#2E8649
(46,134,73)
#419159
(65,145,89)
#549C69
(84,156,105)
#67A779
(103,167,121)
#7AB289
(122,178,137)
#8DBD99
(141,189,153)
#A0C8A9
(160,200,169)
#B3D3B9
(179,211,185)
#C6DEC9
(198,222,201)
#D9E9D9
(217,233,217)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8649 color. Also use rgb(46,134,73) instead hex code.

Text Font Color

.myTextColor { color: #2E8649; }

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

This text font color is #2E8649.


Background Color

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

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

This div background color is #2E8649.


Border color

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

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

This div border color is #2E8649.


Opacity

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

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

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

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

This text has shadow with #2E8649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8649 on black background.


Color preview on white background

This text has color #2E8649 on white background.



Black color preview on #2E8649 background

This text has black color on #2E8649 background.


White color preview on #2E8649 background

This text has white color on #2E8649 background.