COLOR #001402

HEX: #001402
RGB: (0,20,2)

Color info

#001402 contains only green and blue colors. Web safe color of #001402 is #000000 (or #000).

RGB color model

#001402 color RGB value is (0,20,2).

  • red value is 0;
  • green value is 20;
  • blue value is 2.
RGB:
(0,20,2)
(0%,8%,1%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 2 of 255 = 1%

0
20
2

R + G + B ~ 3%. #001402 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 2 = 22 (100%)
R 0 of 22 ~ 0%
G 20 of 22 ~ 90.91%
B 2 of 22 ~ 9.09%

%90.91

CMYK color model

#001402 color CMYK value is (100,0,90,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 92.16%
CMYK:
(100,0,90,92)
C100M0Y90K92 
(100%,0%,90%,92%)
(1.00/0.00/0.90/0.92)	

CMYK percentages

%100
%0
%90
%92.16

Codes

Color #001402 in popluar color models

001402
RGB0202
HSL126°100.00%3.92%
HSB/HSV126°100.00%7.84%
CMYK100.00%0.00%90.00%
92.16%

Color #001402 in popluar number systems.

HEX001402
Decimal0202
Binary01010010
Octal0242

Shades and tints

Shades of #001402

#001402
(0,20,2)
#001302
(0,19,2)
#001202
(0,18,2)
#001102
(0,17,2)
#001002
(0,16,2)
#000F02
(0,15,2)
#000E02
(0,14,2)
#000D02
(0,13,2)
#000C02
(0,12,2)
#000B02
(0,11,2)
#000A02
(0,10,2)
#000000
(0,0,0)

Tints of #001402

#001402
(0,20,2)
#172919
(23,41,25)
#2E3E30
(46,62,48)
#455347
(69,83,71)
#5C685E
(92,104,94)
#737D75
(115,125,117)
#8A928C
(138,146,140)
#A1A7A3
(161,167,163)
#B8BCBA
(184,188,186)
#CFD1D1
(207,209,209)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001402 color. Also use rgb(0,20,2) instead hex code.

Text Font Color

.myTextColor { color: #001402; }

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

This text font color is #001402.


Background Color

.myBgColor { background-color: #001402; }

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

This div background color is #001402.


Border color

.myBorderColor { border: 1px solid #001402; }

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

This div border color is #001402.


Opacity

.myOpacity80 { color: #001402; opacity: 0.8; }

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

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

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

This text has shadow with #001402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001402 on black background.


Color preview on white background

This text has color #001402 on white background.



Black color preview on #001402 background

This text has black color on #001402 background.


White color preview on #001402 background

This text has white color on #001402 background.