COLOR #2E5119

HEX: #2E5119 RGB: (46,81,25)

Color info

#2E5119 contains red, green and blue colors in about the same proportion. Web safe color of #2E5119 is #336600 (or #360).

RGB color model

#2E5119 color RGB value is (46,81,25).

RGB: (46,81,25) (18%, 32%, 10%)

RGB channels and saturation

R 46 of 255 = 18%
G 81 of 255 = 32%
B 25 of 255 = 10%

46
81
25

R + G + B ~ 20%. #2E5119 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 81 + 25 = 152 (100%)
R 46 of 152 ~ 30.26%
G 81 of 152 ~ 53.29%
B 25 of 152 ~ 16.45'%

%30.26
%53.29
%16.45

CMYK color model

#2E5119 color CMYK value is (43,0,69,68).

  • cyan value is 43.21%
  • magenta value is 0.00%
  • yellow value is 69.14%
  • key color value is 68.24%
CMYK: (43,0,69,68) C43M0Y69K68 (43%,0%,69%,68%) (0.43/0.00/0.69/0.68) 

CMYK percentages

%43.21
%0
%69.14
%68.24

Codes

Color #2E5119 in popluar color models

2E 51 19
RGB 46 81 25
HSL 98° 52.83% 20.78%
HSB/HSV 98° 69.14% 31.76%
CMYK 43.21% 0.00% 69.14%
68.24%

Color #2E5119 in popluar number systems.

HEX 2E 51 19
Decimal 46 81 25
Binary 101110 1010001 11001
Octal 56 121 31

Shades and tints

Shades of #2E5119

#2E5119
(46,81,25)
#2A4A17
(42,74,23)
#264315
(38,67,21)
#223C13
(34,60,19)
#1E3511
(30,53,17)
#1A2E0F
(26,46,15)
#16270D
(22,39,13)
#12200B
(18,32,11)
#0E1909
(14,25,9)
#0A1207
(10,18,7)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #2E5119

#2E5119
(46,81,25)
#41602D
(65,96,45)
#546F41
(84,111,65)
#677E55
(103,126,85)
#7A8D69
(122,141,105)
#8D9C7D
(141,156,125)
#A0AB91
(160,171,145)
#B3BAA5
(179,186,165)
#C6C9B9
(198,201,185)
#D9D8CD
(217,216,205)
#ECE7E1
(236,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5119 color. Also use rgb(46,81,25) instead hex code.

Text Font Color

.myTextColor { color: #2E5119; }

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

This text font color is #2E5119.

Background Color

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

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

This div background color is #2E5119.

Border color

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

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

This div border color is #2E5119.

Opacity

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

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

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

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

This text has shadow with #2E5119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5119.

Preview

Color preview on black background

This text has color #2E5119 on black background.


Color preview on white background

This text has color #2E5119 on white background.


Black color preview on #2E5119 background

This text has black color on #2E5119 background.


White color preview on #2E5119 background

This text has white color on #2E5119 background.


Related colors

Complementary color

Complementary color for #hex is #D1AEE6.


I love getcolorcode.com

Triadic colors

1 #192E51 and #51192E with #2E5119 are triadic colors.

2 #19512E and #512E19 with #2E5119 are triadic colors.