COLOR #2E5012

HEX: #2E5012 RGB: (46,80,18)

Color info

#2E5012 contains mainly red and green colors. Web safe color of #2E5012 is #336600 (or #360).

RGB color model

#2E5012 color RGB value is (46,80,18).

RGB: (46,80,18) (18%, 31%, 7%)

RGB channels and saturation

R 46 of 255 = 18%
G 80 of 255 = 31%
B 18 of 255 = 7%

46
80
18

R + G + B ~ 19%. #2E5012 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 80 + 18 = 144 (100%)
R 46 of 144 ~ 31.94%
G 80 of 144 ~ 55.56%
B 18 of 144 ~ 12.5'%

%31.94
%55.56
%12.5

CMYK color model

#2E5012 color CMYK value is (43,0,78,69).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 68.63%

CMYK: (43,0,78,69)
C43M0Y78K69 (43%, 0%, 78%, 69%)
(0.43 / 0.00 / 0.78 / 0.69)

CMYK percentages

%42.5
%0
%77.5
%68.63

Codes

Color #2E5012 in popluar color models

2E 50 12
RGB 46 80 18
HSL 93° 63.27% 19.22%
HSB/HSV 93° 77.50% 31.37%
CMYK 42.50% 0.00% 77.50%
68.63%

Color #2E5012 in popluar number systems.

HEX 2E 50 12
Decimal 46 80 18
Binary 101110 1010000 10010
Octal 56 120 22

Shades and tints

Shades of #2E5012

#2E5012
(46,80,18)
#2A4911
(42,73,17)
#264210
(38,66,16)
#223B0F
(34,59,15)
#1E340E
(30,52,14)
#1A2D0D
(26,45,13)
#16260C
(22,38,12)
#121F0B
(18,31,11)
#0E180A
(14,24,10)
#0A1109
(10,17,9)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #2E5012

#2E5012
(46,80,18)
#415F27
(65,95,39)
#546E3C
(84,110,60)
#677D51
(103,125,81)
#7A8C66
(122,140,102)
#8D9B7B
(141,155,123)
#A0AA90
(160,170,144)
#B3B9A5
(179,185,165)
#C6C8BA
(198,200,186)
#D9D7CF
(217,215,207)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5012 color. Also use rgb(46,80,18) instead hex code.

Text Font Color

.myTextColor { color: #2E5012; }

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

This text font color is #2E5012.

Background Color

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

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

This div background color is #2E5012.

Border color

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

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

This div border color is #2E5012.

Opacity

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

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

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

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

This text has shadow with #2E5012 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5012.

Preview

Color preview on black background

This text has color #2E5012 on black background.


Color preview on white background

This text has color #2E5012 on white background.


Black color preview on #2E5012 background

This text has black color on #2E5012 background.


White color preview on #2E5012 background

This text has white color on #2E5012 background.


Related colors

Complementary color

Complementary color for #hex is #D1AFED.


I love getcolorcode.com

Triadic colors

1 #122E50 and #50122E with #2E5012 are triadic colors.

2 #12502E and #502E12 with #2E5012 are triadic colors.