Shades of Dark Green #000402
Tints of Dark Green #000402
RGB
CMYK
RGB Variations
Color information
#000402 (or 0x000402) is known color: Dark Green. HEX triplet: 00, 04 and 02. RGB value is (0,4,2). Sum of RGB (Red+Green+Blue) = 0+4+2=6 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 6); Green value is 4 (1.95% from 255 or 66.67% from 6); Blue value is 2 (1.17% from 255 or 33.33% from 6); Max value from RGB is 4 - color contains mainly: green. Hex color #000402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000402 is #FFFBFD. Grayscale: #020202. Windows color (decimal): -16776190 or 132096. OLE color: 132096.
HSL color Cylindrical-coordinate representation of color #000402: hue angle of 150º 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 #000402 is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.98.
Color convert
RGB | 0 | 4 | 2 | - |
CMYK | 1 | 0 | 0.5 | 0.98 |
HSL | 150º | 1% | 0.01% | - |
HSV(B) | 150º | 1% | 0.02% | - |
XYZ | 0.05 | 0.09 | 0.07 | - |
YUV | 2.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 4 | 2 | 1 | 0 | 0.5 | 0.98 | 150 | 1 | 0.01 |
Hex | 0 | 4 | 2 | 64 | 0 | 32 | 62 | 96 | 64 | 1 |
Octal | 0 | 4 | 2 | 144 | 0 | 62 | 142 | 226 | 144 | 1 |
Binary | 0 | 100 | 10 | 1100100 | 0 | 110010 | 1100010 | 10010110 | 1100100 | 1 |
Color Harmonies of #000402
Complementary color
Monochromatic Colors of #000402
Black with #000402
Text Example
Text Example
White with #000402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000402; }
p { color: rgb(0,4,2); }
H1.HeaderClassName
{
color: #000402;
}
.AnyTagClassName
{
color: #000402;
}
</style>
background-color css
<style>
a { background-color: #000402; }
a { background-color: rgb(0,4,2); }
div.DivClassName
{
background-color: #000402;
}
.BgClassName
{
background-color: #000402;
}
</style>
border-color css
<style>
span { border-color: #000402; }
span { border-color: rgb(0,4,2); }
td.TdClassName
{
border-color: #000402;
}
.TagClassName
{
border-color: #000402;
}
</style>