Shades of Dark Green #000602
Tints of Dark Green #000602
RGB
CMYK
RGB Variations
Color information
#000602 (or 0x000602) is known color: Dark Green. HEX triplet: 00, 06 and 02. RGB value is (0,6,2). Sum of RGB (Red+Green+Blue) = 0+6+2=8 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 8); Green value is 6 (2.73% from 255 or 75% from 8); Blue value is 2 (1.17% from 255 or 25% from 8); Max value from RGB is 6 - color contains mainly: green. Hex color #000602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000602 is #FFF9FD. Grayscale: #030303. Windows color (decimal): -16775678 or 132608. OLE color: 132608.
HSL color Cylindrical-coordinate representation of color #000602: hue angle of 140º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000602 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 0 | 6 | 2 | - |
| CMYK | 1 | 0 | 0.67 | 0.98 |
| HSL | 140º | 1% | 0.01% | - |
| HSV(B) | 140º | 1% | 0.02% | - |
| XYZ | 0.08 | 0.13 | 0.08 | - |
| YUV | 3.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 2 | 1 | 0 | 0.67 | 0.98 | 140 | 1 | 0.01 |
| Hex | 0 | 6 | 2 | 64 | 0 | 43 | 62 | 8C | 64 | 1 |
| Octal | 0 | 6 | 2 | 144 | 0 | 103 | 142 | 214 | 144 | 1 |
| Binary | 0 | 110 | 10 | 1100100 | 0 | 1000011 | 1100010 | 10001100 | 1100100 | 1 |
Color Harmonies of #000602
Complementary color
Monochromatic Colors of #000602
Black with #000602
Text Example
Text Example
White with #000602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000602; }
p { color: rgb(0,6,2); }
H1.HeaderClassName
{
color: #000602;
}
.AnyTagClassName
{
color: #000602;
}
</style>
background-color css
<style>
a { background-color: #000602; }
a { background-color: rgb(0,6,2); }
div.DivClassName
{
background-color: #000602;
}
.BgClassName
{
background-color: #000602;
}
</style>
border-color css
<style>
span { border-color: #000602; }
span { border-color: rgb(0,6,2); }
td.TdClassName
{
border-color: #000602;
}
.TagClassName
{
border-color: #000602;
}
</style>