COLOR #2E5E2D

HEX: #2E5E2D
RGB: (46,94,45)

Color info

#2E5E2D contains red, green and blue colors in about the same proportion. Web safe color of #2E5E2D is #336633 (or #363).

RGB color model

#2E5E2D color RGB value is (46,94,45).

  • red value is 46;
  • green value is 94;
  • blue value is 45.
RGB:
(46,94,45)
(18%,37%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 94 of 255 = 37%
B 45 of 255 = 18%

46
94
45

R + G + B ~ 24%. #2E5E2D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 94 + 45 = 185 (100%)
R 46 of 185 ~ 24.86%
G 94 of 185 ~ 50.81%
B 45 of 185 ~ 24.32%

%24.86
%50.81
%24.32

CMYK color model

#2E5E2D color CMYK value is (51,0,52,63).

  • cyan value is 51.06%
  • magenta value is 0.00%
  • yellow value is 52.13%
  • key color value is 63.14%
CMYK:
(51,0,52,63)
C51M0Y52K63 
(51%,0%,52%,63%)
(0.51/0.00/0.52/0.63)	

CMYK percentages

%51.06
%0
%52.13
%63.14

Codes

Color #2E5E2D in popluar color models

2E5E2D
RGB469445
HSL119°35.25%27.25%
HSB/HSV119°52.13%36.86%
CMYK51.06%0.00%52.13%
63.14%

Color #2E5E2D in popluar number systems.

HEX2E5E2D
Decimal469445
Binary1011101011110101101
Octal5613655

Shades and tints

Shades of #2E5E2D

#2E5E2D
(46,94,45)
#2A5629
(42,86,41)
#264E25
(38,78,37)
#224621
(34,70,33)
#1E3E1D
(30,62,29)
#1A3619
(26,54,25)
#162E15
(22,46,21)
#122611
(18,38,17)
#0E1E0D
(14,30,13)
#0A1609
(10,22,9)
#060E05
(6,14,5)
#000000
(0,0,0)

Tints of #2E5E2D

#2E5E2D
(46,94,45)
#416C40
(65,108,64)
#547A53
(84,122,83)
#678866
(103,136,102)
#7A9679
(122,150,121)
#8DA48C
(141,164,140)
#A0B29F
(160,178,159)
#B3C0B2
(179,192,178)
#C6CEC5
(198,206,197)
#D9DCD8
(217,220,216)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5E2D color. Also use rgb(46,94,45) instead hex code.

Text Font Color

.myTextColor { color: #2E5E2D; }

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

This text font color is #2E5E2D.


Background Color

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

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

This div background color is #2E5E2D.


Border color

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

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

This div border color is #2E5E2D.


Opacity

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

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

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

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

This text has shadow with #2E5E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5E2D on black background.


Color preview on white background

This text has color #2E5E2D on white background.



Black color preview on #2E5E2D background

This text has black color on #2E5E2D background.


White color preview on #2E5E2D background

This text has white color on #2E5E2D background.