COLOR #1E4B01

HEX: #1E4B01 RGB: (30,75,1)

Color info

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

RGB color model

#1E4B01 color RGB value is (30,75,1).

RGB: (30,75,1) (12%, 29%, 0%)

RGB channels and saturation

R 30 of 255 = 12%
G 75 of 255 = 29%
B 1 of 255 = 0%

30
75
1

R + G + B ~ 14%. #1E4B01 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 75 + 1 = 106 (100%)
R 30 of 106 ~ 28.3%
G 75 of 106 ~ 70.75%
B 1 of 106 ~ 0.94'%

%28.3
%70.75

CMYK color model

#1E4B01 color CMYK value is (60,0,99,71).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 98.67%
  • key color value is 70.59%

CMYK: (60,0,99,71)
C60M0Y99K71 (60%, 0%, 99%, 71%)
(0.60 / 0.00 / 0.99 / 0.71)

CMYK percentages

%60
%0
%98.67
%70.59

Codes

Color #1E4B01 in popluar color models

1E 4B 01
RGB 30 75 1
HSL 96° 97.37% 14.90%
HSB/HSV 96° 98.67% 29.41%
CMYK 60.00% 0.00% 98.67%
70.59%

Color #1E4B01 in popluar number systems.

HEX 1E 4B 01
Decimal 30 75 1
Binary 11110 1001011 1
Octal 36 113 1

Shades and tints

Shades of #1E4B01

#1E4B01
(30,75,1)
#1C4501
(28,69,1)
#1A3F01
(26,63,1)
#183901
(24,57,1)
#163301
(22,51,1)
#142D01
(20,45,1)
#122701
(18,39,1)
#102101
(16,33,1)
#0E1B01
(14,27,1)
#0C1501
(12,21,1)
#0A0F01
(10,15,1)
#000000
(0,0,0)

Tints of #1E4B01

#1E4B01
(30,75,1)
#325B18
(50,91,24)
#466B2F
(70,107,47)
#5A7B46
(90,123,70)
#6E8B5D
(110,139,93)
#829B74
(130,155,116)
#96AB8B
(150,171,139)
#AABBA2
(170,187,162)
#BECBB9
(190,203,185)
#D2DBD0
(210,219,208)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4B01; }

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

This text font color is #1E4B01.

Background Color

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

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

This div background color is #1E4B01.

Border color

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

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

This div border color is #1E4B01.

Opacity

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

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

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

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

This text has shadow with #1E4B01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E4B01.

Preview

Color preview on black background

This text has color #1E4B01 on black background.


Color preview on white background

This text has color #1E4B01 on white background.


Black color preview on #1E4B01 background

This text has black color on #1E4B01 background.


White color preview on #1E4B01 background

This text has white color on #1E4B01 background.


Related colors

Complementary color

Complementary color for #hex is #E1B4FE.


I love getcolorcode.com

Triadic colors

1 #011E4B and #4B011E with #1E4B01 are triadic colors.

2 #014B1E and #4B1E01 with #1E4B01 are triadic colors.