COLOR #001E15

HEX: #001E15
RGB: (0,30,21)

Color info

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

RGB color model

#001E15 color RGB value is (0,30,21).

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

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 21 of 255 = 8%

0
30
21

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

Portions of RGB colors in percentages

R + G + B =
0 + 30 + 21 = 51 (100%)
R 0 of 51 ~ 0%
G 30 of 51 ~ 58.82%
B 21 of 51 ~ 41.18%

%58.82
%41.18

CMYK color model

#001E15 color CMYK value is (100,0,30,88).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 88.24%
CMYK:
(100,0,30,88)
C100M0Y30K88 
(100%,0%,30%,88%)
(1.00/0.00/0.30/0.88)	

CMYK percentages

%100
%0
%30
%88.24

Codes

Color #001E15 in popluar color models

001E15
RGB03021
HSL162°100.00%5.88%
HSB/HSV162°100.00%11.76%
CMYK100.00%0.00%30.00%
88.24%

Color #001E15 in popluar number systems.

HEX001E15
Decimal03021
Binary01111010101
Octal03625

Shades and tints

Shades of #001E15

#001E15
(0,30,21)
#001C14
(0,28,20)
#001A13
(0,26,19)
#001812
(0,24,18)
#001611
(0,22,17)
#001410
(0,20,16)
#00120F
(0,18,15)
#00100E
(0,16,14)
#000E0D
(0,14,13)
#000C0C
(0,12,12)
#000A0B
(0,10,11)
#000000
(0,0,0)

Tints of #001E15

#001E15
(0,30,21)
#17322A
(23,50,42)
#2E463F
(46,70,63)
#455A54
(69,90,84)
#5C6E69
(92,110,105)
#73827E
(115,130,126)
#8A9693
(138,150,147)
#A1AAA8
(161,170,168)
#B8BEBD
(184,190,189)
#CFD2D2
(207,210,210)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001E15; }

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

This text font color is #001E15.


Background Color

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

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

This div background color is #001E15.


Border color

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

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

This div border color is #001E15.


Opacity

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

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

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

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

This text has shadow with #001E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E15 on black background.


Color preview on white background

This text has color #001E15 on white background.



Black color preview on #001E15 background

This text has black color on #001E15 background.


White color preview on #001E15 background

This text has white color on #001E15 background.