COLOR #001E04

HEX: #001E04 RGB: (0,30,4)

Color info

#001E04 contains only green and blue colors. Web safe color of #001E04 is #003300 (or #030).

RGB color model

#001E04 color RGB value is (0,30,4).

RGB: (0,30,4) (0%, 12%, 2%)

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 4 of 255 = 2%

0
30
4

R + G + B ~ 5%. #001E04 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 30 + 4 = 34 (100%)
R 0 of 34 ~ 0%
G 30 of 34 ~ 88.24%
B 4 of 34 ~ 11.76'%

%88.24
%11.76

CMYK color model

#001E04 color CMYK value is (100,0,87,88).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 88.24%

CMYK: (100,0,87,88)
C100M0Y87K88 (100%, 0%, 87%, 88%)
(1.00 / 0.00 / 0.87 / 0.88)

CMYK percentages

%100
%0
%86.67
%88.24

Codes

Color #001E04 in popluar color models

00 1E 04
RGB 0 30 4
HSL 128° 100.00% 5.88%
HSB/HSV 128° 100.00% 11.76%
CMYK 100.00% 0.00% 86.67%
88.24%

Color #001E04 in popluar number systems.

HEX 00 1E 04
Decimal 0 30 4
Binary 0 11110 100
Octal 0 36 4

Shades and tints

Shades of #001E04

#001E04
(0,30,4)
#001C04
(0,28,4)
#001A04
(0,26,4)
#001804
(0,24,4)
#001604
(0,22,4)
#001404
(0,20,4)
#001204
(0,18,4)
#001004
(0,16,4)
#000E04
(0,14,4)
#000C04
(0,12,4)
#000A04
(0,10,4)
#000000
(0,0,0)

Tints of #001E04

#001E04
(0,30,4)
#17321A
(23,50,26)
#2E4630
(46,70,48)
#455A46
(69,90,70)
#5C6E5C
(92,110,92)
#738272
(115,130,114)
#8A9688
(138,150,136)
#A1AA9E
(161,170,158)
#B8BEB4
(184,190,180)
#CFD2CA
(207,210,202)
#E6E6E0
(230,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001E04 color. Also use rgb(0,30,4) instead hex code.

Text Font Color

.myTextColor { color: #001E04; }

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

This text font color is #001E04.

Background Color

.myBgColor { background-color: #001E04; }

<div style="background-color:#001E04">Inner text</div>

This div background color is #001E04.

Border color

.myBorderColor { border: 1px solid #001E04; }

<div style="border:3px solid #001E04">Div</div>

This div border color is #001E04.

Opacity

.myOpacity80 { color: #001E04; opacity: 0.8; }

<p style="color:#001E04;opacity:0.8;">80%</p>

Text with #001E04 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 #001E04;}

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

This text has shadow with #001E04 color.


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

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

This text has shadow with #001E04 primary color and red secondary color.


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

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

This text has shadow with #001E04 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #001E04.

Preview

Color preview on black background

This text has color #001E04 on black background.


Color preview on white background

This text has color #001E04 on white background.


Black color preview on #001E04 background

This text has black color on #001E04 background.


White color preview on #001E04 background

This text has white color on #001E04 background.


Related colors

Complementary color

Complementary color for #hex is #FFE1FB.


I love getcolorcode.com

Triadic colors

1 #04001E and #1E0400 with #001E04 are triadic colors.

2 #041E00 and #1E0004 with #001E04 are triadic colors.