COLOR #2E6932

HEX: #2E6932
RGB: (46,105,50)

Color info

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

RGB color model

#2E6932 color RGB value is (46,105,50).

  • red value is 46;
  • green value is 105;
  • blue value is 50.
RGB:
(46,105,50)
(18%,41%,20%)

RGB channels and saturation

R 46 of 255 = 18%
G 105 of 255 = 41%
B 50 of 255 = 20%

46
105
50

R + G + B ~ 26%. #2E6932 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 105 + 50 = 201 (100%)
R 46 of 201 ~ 22.89%
G 105 of 201 ~ 52.24%
B 50 of 201 ~ 24.88%

%22.89
%52.24
%24.88

CMYK color model

#2E6932 color CMYK value is (56,0,52,59).

  • cyan value is 56.19%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 58.82%
CMYK:
(56,0,52,59)
C56M0Y52K59 
(56%,0%,52%,59%)
(0.56/0.00/0.52/0.59)	

CMYK percentages

%56.19
%0
%52.38
%58.82

Codes

Color #2E6932 in popluar color models

2E6932
RGB4610550
HSL124°39.07%29.61%
HSB/HSV124°56.19%41.18%
CMYK56.19%0.00%52.38%
58.82%

Color #2E6932 in popluar number systems.

HEX2E6932
Decimal4610550
Binary1011101101001110010
Octal5615162

Shades and tints

Shades of #2E6932

#2E6932
(46,105,50)
#2A602E
(42,96,46)
#26572A
(38,87,42)
#224E26
(34,78,38)
#1E4522
(30,69,34)
#1A3C1E
(26,60,30)
#16331A
(22,51,26)
#122A16
(18,42,22)
#0E2112
(14,33,18)
#0A180E
(10,24,14)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #2E6932

#2E6932
(46,105,50)
#417644
(65,118,68)
#548356
(84,131,86)
#679068
(103,144,104)
#7A9D7A
(122,157,122)
#8DAA8C
(141,170,140)
#A0B79E
(160,183,158)
#B3C4B0
(179,196,176)
#C6D1C2
(198,209,194)
#D9DED4
(217,222,212)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6932 color. Also use rgb(46,105,50) instead hex code.

Text Font Color

.myTextColor { color: #2E6932; }

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

This text font color is #2E6932.


Background Color

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

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

This div background color is #2E6932.


Border color

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

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

This div border color is #2E6932.


Opacity

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

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

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

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

This text has shadow with #2E6932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6932 on black background.


Color preview on white background

This text has color #2E6932 on white background.



Black color preview on #2E6932 background

This text has black color on #2E6932 background.


White color preview on #2E6932 background

This text has white color on #2E6932 background.