COLOR #2E4926

HEX: #2E4926
RGB: (46,73,38)

Color info

#2E4926 contains red, green and blue colors in about the same proportion. Web safe color of #2E4926 is #333333 (or #333).

RGB color model

#2E4926 color RGB value is (46,73,38).

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

RGB channels and saturation

R 46 of 255 = 18%
G 73 of 255 = 29%
B 38 of 255 = 15%

46
73
38

R + G + B ~ 21%. #2E4926 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 73 + 38 = 157 (100%)
R 46 of 157 ~ 29.3%
G 73 of 157 ~ 46.5%
B 38 of 157 ~ 24.2%

%29.3
%46.5
%24.2

CMYK color model

#2E4926 color CMYK value is (37,0,48,71).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 47.95%
  • key color value is 71.37%
CMYK:
(37,0,48,71)
C37M0Y48K71 
(37%,0%,48%,71%)
(0.37/0.00/0.48/0.71)	

CMYK percentages

%36.99
%0
%47.95
%71.37

Codes

Color #2E4926 in popluar color models

2E4926
RGB467338
HSL106°31.53%21.76%
HSB/HSV106°47.95%28.63%
CMYK36.99%0.00%47.95%
71.37%

Color #2E4926 in popluar number systems.

HEX2E4926
Decimal467338
Binary1011101001001100110
Octal5611146

Shades and tints

Shades of #2E4926

#2E4926
(46,73,38)
#2A4323
(42,67,35)
#263D20
(38,61,32)
#22371D
(34,55,29)
#1E311A
(30,49,26)
#1A2B17
(26,43,23)
#162514
(22,37,20)
#121F11
(18,31,17)
#0E190E
(14,25,14)
#0A130B
(10,19,11)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #2E4926

#2E4926
(46,73,38)
#415939
(65,89,57)
#54694C
(84,105,76)
#67795F
(103,121,95)
#7A8972
(122,137,114)
#8D9985
(141,153,133)
#A0A998
(160,169,152)
#B3B9AB
(179,185,171)
#C6C9BE
(198,201,190)
#D9D9D1
(217,217,209)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4926; }

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

This text font color is #2E4926.


Background Color

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

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

This div background color is #2E4926.


Border color

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

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

This div border color is #2E4926.


Opacity

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

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

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

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

This text has shadow with #2E4926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4926 on black background.


Color preview on white background

This text has color #2E4926 on white background.



Black color preview on #2E4926 background

This text has black color on #2E4926 background.


White color preview on #2E4926 background

This text has white color on #2E4926 background.