COLOR #2E5008

HEX: #2E5008
RGB: (46,80,8)

Color info

#2E5008 contains mainly red and green colors. Web safe color of #2E5008 is #336600 (or #360).

RGB color model

#2E5008 color RGB value is (46,80,8).

  • red value is 46;
  • green value is 80;
  • blue value is 8.
RGB:
(46,80,8)
(18%,31%,3%)

RGB channels and saturation

R 46 of 255 = 18%
G 80 of 255 = 31%
B 8 of 255 = 3%

46
80
8

R + G + B ~ 17%. #2E5008 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 80 + 8 = 134 (100%)
R 46 of 134 ~ 34.33%
G 80 of 134 ~ 59.7%
B 8 of 134 ~ 5.97%

%34.33
%59.7

CMYK color model

#2E5008 color CMYK value is (43,0,90,69).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 68.63%
CMYK:
(43,0,90,69)
C43M0Y90K69 
(43%,0%,90%,69%)
(0.43/0.00/0.90/0.69)	

CMYK percentages

%42.5
%0
%90
%68.63

Codes

Color #2E5008 in popluar color models

2E5008
RGB46808
HSL88°81.82%17.25%
HSB/HSV88°90.00%31.37%
CMYK42.50%0.00%90.00%
68.63%

Color #2E5008 in popluar number systems.

HEX2E5008
Decimal46808
Binary10111010100001000
Octal5612010

Shades and tints

Shades of #2E5008

#2E5008
(46,80,8)
#2A4908
(42,73,8)
#264208
(38,66,8)
#223B08
(34,59,8)
#1E3408
(30,52,8)
#1A2D08
(26,45,8)
#162608
(22,38,8)
#121F08
(18,31,8)
#0E1808
(14,24,8)
#0A1108
(10,17,8)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #2E5008

#2E5008
(46,80,8)
#415F1E
(65,95,30)
#546E34
(84,110,52)
#677D4A
(103,125,74)
#7A8C60
(122,140,96)
#8D9B76
(141,155,118)
#A0AA8C
(160,170,140)
#B3B9A2
(179,185,162)
#C6C8B8
(198,200,184)
#D9D7CE
(217,215,206)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5008 color. Also use rgb(46,80,8) instead hex code.

Text Font Color

.myTextColor { color: #2E5008; }

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

This text font color is #2E5008.


Background Color

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

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

This div background color is #2E5008.


Border color

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

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

This div border color is #2E5008.


Opacity

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

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

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

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

This text has shadow with #2E5008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5008 on black background.


Color preview on white background

This text has color #2E5008 on white background.



Black color preview on #2E5008 background

This text has black color on #2E5008 background.


White color preview on #2E5008 background

This text has white color on #2E5008 background.