COLOR #1E4700

HEX: #1E4700
RGB: (30,71,0)

Color info

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

RGB color model

#1E4700 color RGB value is (30,71,0).

  • red value is 30;
  • green value is 71;
  • blue value is 0.
RGB:
(30,71,0)
(12%,28%,0%)

RGB channels and saturation

R 30 of 255 = 12%
G 71 of 255 = 28%
B 0 of 255 = 0%

30
71
0

R + G + B ~ 13%. #1E4700 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 71 + 0 = 101 (100%)
R 30 of 101 ~ 29.7%
G 71 of 101 ~ 70.3%
B 0 of 101 ~ 0%

%29.7
%70.3

CMYK color model

#1E4700 color CMYK value is (58,0,100,72).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(58,0,100,72)
C58M0Y100K72 
(58%,0%,100%,72%)
(0.58/0.00/1.00/0.72)	

CMYK percentages

%57.75
%0
%100
%72.16

Codes

Color #1E4700 in popluar color models

1E4700
RGB30710
HSL95°100.00%13.92%
HSB/HSV95°100.00%27.84%
CMYK57.75%0.00%100.00%
72.16%

Color #1E4700 in popluar number systems.

HEX1E4700
Decimal30710
Binary1111010001110
Octal361070

Shades and tints

Shades of #1E4700

#1E4700
(30,71,0)
#1C4100
(28,65,0)
#1A3B00
(26,59,0)
#183500
(24,53,0)
#162F00
(22,47,0)
#142900
(20,41,0)
#122300
(18,35,0)
#101D00
(16,29,0)
#0E1700
(14,23,0)
#0C1100
(12,17,0)
#0A0B00
(10,11,0)
#000000
(0,0,0)

Tints of #1E4700

#1E4700
(30,71,0)
#325717
(50,87,23)
#46672E
(70,103,46)
#5A7745
(90,119,69)
#6E875C
(110,135,92)
#829773
(130,151,115)
#96A78A
(150,167,138)
#AAB7A1
(170,183,161)
#BEC7B8
(190,199,184)
#D2D7CF
(210,215,207)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4700 color. Also use rgb(30,71,0) instead hex code.

Text Font Color

.myTextColor { color: #1E4700; }

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

This text font color is #1E4700.


Background Color

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

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

This div background color is #1E4700.


Border color

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

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

This div border color is #1E4700.


Opacity

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

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

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

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

This text has shadow with #1E4700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4700 on black background.


Color preview on white background

This text has color #1E4700 on white background.



Black color preview on #1E4700 background

This text has black color on #1E4700 background.


White color preview on #1E4700 background

This text has white color on #1E4700 background.