COLOR #1E4920

HEX: #1E4920 RGB: (30,73,32)

Color info

#1E4920 contains red, green and blue colors in about the same proportion. Web safe color of #1E4920 is #333333 (or #333).

RGB color model

#1E4920 color RGB value is (30,73,32).

RGB: (30,73,32) (12%, 29%, 13%)

RGB channels and saturation

R 30 of 255 = 12%
G 73 of 255 = 29%
B 32 of 255 = 13%

30
73
32

R + G + B ~ 18%. #1E4920 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 73 + 32 = 135 (100%)
R 30 of 135 ~ 22.22%
G 73 of 135 ~ 54.07%
B 32 of 135 ~ 23.7'%

%22.22
%54.07
%23.7

CMYK color model

#1E4920 color CMYK value is (59,0,56,71).

  • cyan value is 58.90%
  • magenta value is 0.00%
  • yellow value is 56.16%
  • key color value is 71.37%

CMYK: (59,0,56,71)
C59M0Y56K71 (59%, 0%, 56%, 71%)
(0.59 / 0.00 / 0.56 / 0.71)

CMYK percentages

%58.9
%0
%56.16
%71.37

Codes

Color #1E4920 in popluar color models

1E 49 20
RGB 30 73 32
HSL 123° 41.75% 20.20%
HSB/HSV 123° 58.90% 28.63%
CMYK 58.90% 0.00% 56.16%
71.37%

Color #1E4920 in popluar number systems.

HEX 1E 49 20
Decimal 30 73 32
Binary 11110 1001001 100000
Octal 36 111 40

Shades and tints

Shades of #1E4920

#1E4920
(30,73,32)
#1C431E
(28,67,30)
#1A3D1C
(26,61,28)
#18371A
(24,55,26)
#163118
(22,49,24)
#142B16
(20,43,22)
#122514
(18,37,20)
#101F12
(16,31,18)
#0E1910
(14,25,16)
#0C130E
(12,19,14)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #1E4920

#1E4920
(30,73,32)
#325934
(50,89,52)
#466948
(70,105,72)
#5A795C
(90,121,92)
#6E8970
(110,137,112)
#829984
(130,153,132)
#96A998
(150,169,152)
#AAB9AC
(170,185,172)
#BEC9C0
(190,201,192)
#D2D9D4
(210,217,212)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4920 color. Also use rgb(30,73,32) instead hex code.

Text Font Color

.myTextColor { color: #1E4920; }

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

This text font color is #1E4920.

Background Color

.myBgColor { background-color: #1E4920; }

<div style="background-color:#1E4920">Inner text</div>

This div background color is #1E4920.

Border color

.myBorderColor { border: 1px solid #1E4920; }

<div style="border:3px solid #1E4920">Div</div>

This div border color is #1E4920.

Opacity

.myOpacity80 { color: #1E4920; opacity: 0.8; }

<p style="color:#1E4920;opacity:0.8;">80%</p>

Text with #1E4920 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 #1E4920;}

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

This text has shadow with #1E4920 color.


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

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

This text has shadow with #1E4920 primary color and red secondary color.


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

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

This text has shadow with #1E4920 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1E4920.

Preview

Color preview on black background

This text has color #1E4920 on black background.


Color preview on white background

This text has color #1E4920 on white background.


Black color preview on #1E4920 background

This text has black color on #1E4920 background.


White color preview on #1E4920 background

This text has white color on #1E4920 background.


Related colors

Complementary color

Complementary color for #hex is #E1B6DF.


I love getcolorcode.com

Triadic colors

1 #201E49 and #49201E with #1E4920 are triadic colors.

2 #20491E and #491E20 with #1E4920 are triadic colors.