COLOR #2E7520

HEX: #2E7520 RGB: (46,117,32)

Color info

#2E7520 contains mainly green color. Web safe color of #2E7520 is #336633 (or #363).

RGB color model

#2E7520 color RGB value is (46,117,32).

RGB: (46,117,32) (18%, 46%, 13%)

RGB channels and saturation

R 46 of 255 = 18%
G 117 of 255 = 46%
B 32 of 255 = 13%

46
117
32

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

Portions of RGB colors in percentages

R + G + B = 46 + 117 + 32 = 195 (100%)
R 46 of 195 ~ 23.59%
G 117 of 195 ~ 60%
B 32 of 195 ~ 16.41'%

%23.59
%60
%16.41

CMYK color model

#2E7520 color CMYK value is (61,0,73,54).

  • cyan value is 60.68%
  • magenta value is 0.00%
  • yellow value is 72.65%
  • key color value is 54.12%

CMYK: (61,0,73,54)
C61M0Y73K54 (61%, 0%, 73%, 54%)
(0.61 / 0.00 / 0.73 / 0.54)

CMYK percentages

%60.68
%0
%72.65
%54.12

Codes

Color #2E7520 in popluar color models

2E 75 20
RGB 46 117 32
HSL 110° 57.05% 29.22%
HSB/HSV 110° 72.65% 45.88%
CMYK 60.68% 0.00% 72.65%
54.12%

Color #2E7520 in popluar number systems.

HEX 2E 75 20
Decimal 46 117 32
Binary 101110 1110101 100000
Octal 56 165 40

Shades and tints

Shades of #2E7520

#2E7520
(46,117,32)
#2A6B1E
(42,107,30)
#26611C
(38,97,28)
#22571A
(34,87,26)
#1E4D18
(30,77,24)
#1A4316
(26,67,22)
#163914
(22,57,20)
#122F12
(18,47,18)
#0E2510
(14,37,16)
#0A1B0E
(10,27,14)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #2E7520

#2E7520
(46,117,32)
#418134
(65,129,52)
#548D48
(84,141,72)
#67995C
(103,153,92)
#7AA570
(122,165,112)
#8DB184
(141,177,132)
#A0BD98
(160,189,152)
#B3C9AC
(179,201,172)
#C6D5C0
(198,213,192)
#D9E1D4
(217,225,212)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7520 color. Also use rgb(46,117,32) instead hex code.

Text Font Color

.myTextColor { color: #2E7520; }

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

This text font color is #2E7520.

Background Color

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

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

This div background color is #2E7520.

Border color

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

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

This div border color is #2E7520.

Opacity

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

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

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

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

This text has shadow with #2E7520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7520.

Preview

Color preview on black background

This text has color #2E7520 on black background.


Color preview on white background

This text has color #2E7520 on white background.


Black color preview on #2E7520 background

This text has black color on #2E7520 background.


White color preview on #2E7520 background

This text has white color on #2E7520 background.


Related colors

Complementary color

Complementary color for #hex is #D18ADF.


I love getcolorcode.com

Triadic colors

1 #202E75 and #75202E with #2E7520 are triadic colors.

2 #20752E and #752E20 with #2E7520 are triadic colors.