COLOR #001E16

HEX: #001E16
RGB: (0,30,22)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
30
22

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

Portions of RGB colors in percentages

R + G + B =
0 + 30 + 22 = 52 (100%)
R 0 of 52 ~ 0%
G 30 of 52 ~ 57.69%
B 22 of 52 ~ 42.31%

%57.69
%42.31

CMYK color model

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

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

CMYK percentages

%100
%0
%26.67
%88.24

Codes

Color #001E16 in popluar color models

001E16
RGB03022
HSL164°100.00%5.88%
HSB/HSV164°100.00%11.76%
CMYK100.00%0.00%26.67%
88.24%

Color #001E16 in popluar number systems.

HEX001E16
Decimal03022
Binary01111010110
Octal03626

Shades and tints

Shades of #001E16

#001E16
(0,30,22)
#001C14
(0,28,20)
#001A12
(0,26,18)
#001810
(0,24,16)
#00160E
(0,22,14)
#00140C
(0,20,12)
#00120A
(0,18,10)
#001008
(0,16,8)
#000E06
(0,14,6)
#000C04
(0,12,4)
#000A02
(0,10,2)
#000000
(0,0,0)

Tints of #001E16

#001E16
(0,30,22)
#17322B
(23,50,43)
#2E4640
(46,70,64)
#455A55
(69,90,85)
#5C6E6A
(92,110,106)
#73827F
(115,130,127)
#8A9694
(138,150,148)
#A1AAA9
(161,170,169)
#B8BEBE
(184,190,190)
#CFD2D3
(207,210,211)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001E16; }

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

This text font color is #001E16.


Background Color

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

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

This div background color is #001E16.


Border color

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

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

This div border color is #001E16.


Opacity

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

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

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

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

This text has shadow with #001E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E16 on black background.


Color preview on white background

This text has color #001E16 on white background.



Black color preview on #001E16 background

This text has black color on #001E16 background.


White color preview on #001E16 background

This text has white color on #001E16 background.