COLOR #2E4200

HEX: #2E4200 RGB: (46,66,0)

Color info

#2E4200 contains only red and green colors. Web safe color of #2E4200 is #333300 (or #330).

RGB color model

#2E4200 color RGB value is (46,66,0).

RGB: (46,66,0) (18%, 26%, 0%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 0 of 255 = 0%

46
66
0

R + G + B ~ 15%. #2E4200 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 66 + 0 = 112 (100%)
R 46 of 112 ~ 41.07%
G 66 of 112 ~ 58.93%
B 0 of 112 ~ 0'%

%41.07
%58.93

CMYK color model

#2E4200 color CMYK value is (30,0,100,74).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 74.12%

CMYK: (30,0,100,74)
C30M0Y100K74 (30%, 0%, 100%, 74%)
(0.30 / 0.00 / 1.00 / 0.74)

CMYK percentages

%30.3
%0
%100
%74.12

Codes

Color #2E4200 in popluar color models

2E 42 00
RGB 46 66 0
HSL 78° 100.00% 12.94%
HSB/HSV 78° 100.00% 25.88%
CMYK 30.30% 0.00% 100.00%
74.12%

Color #2E4200 in popluar number systems.

HEX 2E 42 00
Decimal 46 66 0
Binary 101110 1000010 0
Octal 56 102 0

Shades and tints

Shades of #2E4200

#2E4200
(46,66,0)
#2A3C00
(42,60,0)
#263600
(38,54,0)
#223000
(34,48,0)
#1E2A00
(30,42,0)
#1A2400
(26,36,0)
#161E00
(22,30,0)
#121800
(18,24,0)
#0E1200
(14,18,0)
#0A0C00
(10,12,0)
#060600
(6,6,0)
#000000
(0,0,0)

Tints of #2E4200

#2E4200
(46,66,0)
#415317
(65,83,23)
#54642E
(84,100,46)
#677545
(103,117,69)
#7A865C
(122,134,92)
#8D9773
(141,151,115)
#A0A88A
(160,168,138)
#B3B9A1
(179,185,161)
#C6CAB8
(198,202,184)
#D9DBCF
(217,219,207)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4200 color. Also use rgb(46,66,0) instead hex code.

Text Font Color

.myTextColor { color: #2E4200; }

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

This text font color is #2E4200.

Background Color

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

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

This div background color is #2E4200.

Border color

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

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

This div border color is #2E4200.

Opacity

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

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

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

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

This text has shadow with #2E4200 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4200.

Preview

Color preview on black background

This text has color #2E4200 on black background.


Color preview on white background

This text has color #2E4200 on white background.


Black color preview on #2E4200 background

This text has black color on #2E4200 background.


White color preview on #2E4200 background

This text has white color on #2E4200 background.


Related colors

Complementary color

Complementary color for #hex is #D1BDFF.


I love getcolorcode.com

Triadic colors

1 #002E42 and #42002E with #2E4200 are triadic colors.

2 #00422E and #422E00 with #2E4200 are triadic colors.