COLOR #2E5B1C

HEX: #2E5B1C
RGB: (46,91,28)

Color info

#2E5B1C contains mainly red and green colors. Web safe color of #2E5B1C is #336633 (or #363).

RGB color model

#2E5B1C color RGB value is (46,91,28).

  • red value is 46;
  • green value is 91;
  • blue value is 28.
RGB:
(46,91,28)
(18%,36%,11%)

RGB channels and saturation

R 46 of 255 = 18%
G 91 of 255 = 36%
B 28 of 255 = 11%

46
91
28

R + G + B ~ 22%. #2E5B1C is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 91 + 28 = 165 (100%)
R 46 of 165 ~ 27.88%
G 91 of 165 ~ 55.15%
B 28 of 165 ~ 16.97%

%27.88
%55.15
%16.97

CMYK color model

#2E5B1C color CMYK value is (49,0,69,64).

  • cyan value is 49.45%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 64.31%
CMYK:
(49,0,69,64)
C49M0Y69K64 
(49%,0%,69%,64%)
(0.49/0.00/0.69/0.64)	

CMYK percentages

%49.45
%0
%69.23
%64.31

Codes

Color #2E5B1C in popluar color models

2E5B1C
RGB469128
HSL103°52.94%23.33%
HSB/HSV103°69.23%35.69%
CMYK49.45%0.00%69.23%
64.31%

Color #2E5B1C in popluar number systems.

HEX2E5B1C
Decimal469128
Binary101110101101111100
Octal5613334

Shades and tints

Shades of #2E5B1C

#2E5B1C
(46,91,28)
#2A531A
(42,83,26)
#264B18
(38,75,24)
#224316
(34,67,22)
#1E3B14
(30,59,20)
#1A3312
(26,51,18)
#162B10
(22,43,16)
#12230E
(18,35,14)
#0E1B0C
(14,27,12)
#0A130A
(10,19,10)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #2E5B1C

#2E5B1C
(46,91,28)
#416930
(65,105,48)
#547744
(84,119,68)
#678558
(103,133,88)
#7A936C
(122,147,108)
#8DA180
(141,161,128)
#A0AF94
(160,175,148)
#B3BDA8
(179,189,168)
#C6CBBC
(198,203,188)
#D9D9D0
(217,217,208)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5B1C color. Also use rgb(46,91,28) instead hex code.

Text Font Color

.myTextColor { color: #2E5B1C; }

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

This text font color is #2E5B1C.


Background Color

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

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

This div background color is #2E5B1C.


Border color

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

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

This div border color is #2E5B1C.


Opacity

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

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

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

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

This text has shadow with #2E5B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5B1C on black background.


Color preview on white background

This text has color #2E5B1C on white background.



Black color preview on #2E5B1C background

This text has black color on #2E5B1C background.


White color preview on #2E5B1C background

This text has white color on #2E5B1C background.