Shades of Dark Green #000201
Tints of Dark Green #000201
RGB
CMYK
RGB Variations
Color information
#000201 (or 0x000201) is known color: Dark Green. HEX triplet: 00, 02 and 01. RGB value is (0,2,1). Sum of RGB (Red+Green+Blue) = 0+2+1=3 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 3); Green value is 2 (1.17% from 255 or 66.67% from 3); Blue value is 1 (0.78% from 255 or 33.33% from 3); Max value from RGB is 2 - color contains mainly: green. Hex color #000201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000201 is #FFFDFE. Grayscale: #010101. Windows color (decimal): -16776703 or 66048. OLE color: 66048.
HSL color Cylindrical-coordinate representation of color #000201: hue angle of 150º degrees, saturation: 1, lightness: 0%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000201 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.99.
Color convert
RGB | 0 | 2 | 1 | - |
CMYK | 1 | 0 | 0.50 | 0.99 |
HSL | 150º | 1% | 0% | - |
HSV(B) | 150º | 1% | 0.01% | - |
XYZ | 0.03 | 0.05 | 0.04 | - |
YUV | 1.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 2 | 1 | 1 | 0 | 0.50 | 0.99 | 150 | 1 | 0 |
Hex | 0 | 2 | 1 | 64 | 0 | 32 | 63 | 96 | 64 | 0 |
Octal | 0 | 2 | 1 | 144 | 0 | 62 | 143 | 226 | 144 | 0 |
Binary | 0 | 10 | 1 | 1100100 | 0 | 110010 | 1100011 | 10010110 | 1100100 | 0 |
Color Harmonies of #000201
Complementary color
Monochromatic Colors of #000201
Black with #000201
Text Example
Text Example
White with #000201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000201; }
p { color: rgb(0,2,1); }
H1.HeaderClassName
{
color: #000201;
}
.AnyTagClassName
{
color: #000201;
}
</style>
background-color css
<style>
a { background-color: #000201; }
a { background-color: rgb(0,2,1); }
div.DivClassName
{
background-color: #000201;
}
.BgClassName
{
background-color: #000201;
}
</style>
border-color css
<style>
span { border-color: #000201; }
span { border-color: rgb(0,2,1); }
td.TdClassName
{
border-color: #000201;
}
.TagClassName
{
border-color: #000201;
}
</style>