COLOR #1E7A20

HEX: #1E7A20
RGB: (30,122,32)

Color info

#1E7A20 contains mainly green color. Web safe color of #1E7A20 is #336633 (or #363).

RGB color model

#1E7A20 color RGB value is (30,122,32).

  • red value is 30;
  • green value is 122;
  • blue value is 32.
RGB:
(30,122,32)
(12%,48%,13%)

RGB channels and saturation

R 30 of 255 = 12%
G 122 of 255 = 48%
B 32 of 255 = 13%

30
122
32

R + G + B ~ 24%. #1E7A20 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 122 + 32 = 184 (100%)
R 30 of 184 ~ 16.3%
G 122 of 184 ~ 66.3%
B 32 of 184 ~ 17.39%

%16.3
%66.3
%17.39

CMYK color model

#1E7A20 color CMYK value is (75,0,74,52).

  • cyan value is 75.41%
  • magenta value is 0.00%
  • yellow value is 73.77%
  • key color value is 52.16%
CMYK:
(75,0,74,52)
C75M0Y74K52 
(75%,0%,74%,52%)
(0.75/0.00/0.74/0.52)	

CMYK percentages

%75.41
%0
%73.77
%52.16

Codes

Color #1E7A20 in popluar color models

1E7A20
RGB3012232
HSL121°60.53%29.80%
HSB/HSV121°75.41%47.84%
CMYK75.41%0.00%73.77%
52.16%

Color #1E7A20 in popluar number systems.

HEX1E7A20
Decimal3012232
Binary111101111010100000
Octal3617240

Shades and tints

Shades of #1E7A20

#1E7A20
(30,122,32)
#1C6F1E
(28,111,30)
#1A641C
(26,100,28)
#18591A
(24,89,26)
#164E18
(22,78,24)
#144316
(20,67,22)
#123814
(18,56,20)
#102D12
(16,45,18)
#0E2210
(14,34,16)
#0C170E
(12,23,14)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #1E7A20

#1E7A20
(30,122,32)
#328634
(50,134,52)
#469248
(70,146,72)
#5A9E5C
(90,158,92)
#6EAA70
(110,170,112)
#82B684
(130,182,132)
#96C298
(150,194,152)
#AACEAC
(170,206,172)
#BEDAC0
(190,218,192)
#D2E6D4
(210,230,212)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7A20; }

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

This text font color is #1E7A20.


Background Color

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

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

This div background color is #1E7A20.


Border color

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

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

This div border color is #1E7A20.


Opacity

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

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

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

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

This text has shadow with #1E7A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7A20 on black background.


Color preview on white background

This text has color #1E7A20 on white background.



Black color preview on #1E7A20 background

This text has black color on #1E7A20 background.


White color preview on #1E7A20 background

This text has white color on #1E7A20 background.