COLOR #001E1E

HEX: #001E1E
RGB: (0,30,30)

Color info

#001E1E contains only green and blue colors. Web safe color of #001E1E is #003333 (or #033).

RGB color model

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

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

RGB channels and saturation

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

0
30
30

R + G + B ~ 8%. #001E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 30 + 30 = 60 (100%)
R 0 of 60 ~ 0%
G 30 of 60 ~ 50%
B 30 of 60 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%88.24

Codes

Color #001E1E in popluar color models

001E1E
RGB03030
HSL180°100.00%5.88%
HSB/HSV180°100.00%11.76%
CMYK100.00%0.00%0.00%
88.24%

Color #001E1E in popluar number systems.

HEX001E1E
Decimal03030
Binary01111011110
Octal03636

Shades and tints

Shades of #001E1E

#001E1E
(0,30,30)
#001C1C
(0,28,28)
#001A1A
(0,26,26)
#001818
(0,24,24)
#001616
(0,22,22)
#001414
(0,20,20)
#001212
(0,18,18)
#001010
(0,16,16)
#000E0E
(0,14,14)
#000C0C
(0,12,12)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #001E1E

#001E1E
(0,30,30)
#173232
(23,50,50)
#2E4646
(46,70,70)
#455A5A
(69,90,90)
#5C6E6E
(92,110,110)
#738282
(115,130,130)
#8A9696
(138,150,150)
#A1AAAA
(161,170,170)
#B8BEBE
(184,190,190)
#CFD2D2
(207,210,210)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001E1E; }

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

This text font color is #001E1E.


Background Color

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

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

This div background color is #001E1E.


Border color

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

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

This div border color is #001E1E.


Opacity

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

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

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

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

This text has shadow with #001E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E1E on black background.


Color preview on white background

This text has color #001E1E on white background.



Black color preview on #001E1E background

This text has black color on #001E1E background.


White color preview on #001E1E background

This text has white color on #001E1E background.