COLOR #001E18

HEX: #001E18
RGB: (0,30,24)

Color info

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

RGB color model

#001E18 color RGB value is (0,30,24).

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

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 24 of 255 = 9%

0
30
24

R + G + B ~ 7%. #001E18 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 30 + 24 = 54 (100%)
R 0 of 54 ~ 0%
G 30 of 54 ~ 55.56%
B 24 of 54 ~ 44.44%

%55.56
%44.44

CMYK color model

#001E18 color CMYK value is (100,0,20,88).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 88.24%
CMYK:
(100,0,20,88)
C100M0Y20K88 
(100%,0%,20%,88%)
(1.00/0.00/0.20/0.88)	

CMYK percentages

%100
%0
%20
%88.24

Codes

Color #001E18 in popluar color models

001E18
RGB03024
HSL168°100.00%5.88%
HSB/HSV168°100.00%11.76%
CMYK100.00%0.00%20.00%
88.24%

Color #001E18 in popluar number systems.

HEX001E18
Decimal03024
Binary01111011000
Octal03630

Shades and tints

Shades of #001E18

#001E18
(0,30,24)
#001C16
(0,28,22)
#001A14
(0,26,20)
#001812
(0,24,18)
#001610
(0,22,16)
#00140E
(0,20,14)
#00120C
(0,18,12)
#00100A
(0,16,10)
#000E08
(0,14,8)
#000C06
(0,12,6)
#000A04
(0,10,4)
#000000
(0,0,0)

Tints of #001E18

#001E18
(0,30,24)
#17322D
(23,50,45)
#2E4642
(46,70,66)
#455A57
(69,90,87)
#5C6E6C
(92,110,108)
#738281
(115,130,129)
#8A9696
(138,150,150)
#A1AAAB
(161,170,171)
#B8BEC0
(184,190,192)
#CFD2D5
(207,210,213)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001E18; }

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

This text font color is #001E18.


Background Color

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

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

This div background color is #001E18.


Border color

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

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

This div border color is #001E18.


Opacity

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

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

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

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

This text has shadow with #001E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E18 on black background.


Color preview on white background

This text has color #001E18 on white background.



Black color preview on #001E18 background

This text has black color on #001E18 background.


White color preview on #001E18 background

This text has white color on #001E18 background.