Shades of Dark Green #000808
Tints of Dark Green #000808
RGB
CMYK
RGB Variations
Color information
#000808 (or 0x000808) is known color: Dark Green. HEX triplet: 00, 08 and 08. RGB value is (0,8,8). Sum of RGB (Red+Green+Blue) = 0+8+8=16 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 16); Green value is 8 (3.52% from 255 or 50% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: green, blue. Hex color #000808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000808 is #FFF7F7. Grayscale: #050505. Windows color (decimal): -16775160 or 526336. OLE color: 526336.
HSL color Cylindrical-coordinate representation of color #000808: hue angle of 180º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000808 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 0 | 8 | 8 | - |
| CMYK | 1 | 0 | 0 | 0.97 |
| HSL | 180º | 1% | 0.02% | - |
| HSV(B) | 180º | 1% | 0.03% | - |
| XYZ | 0.13 | 0.19 | 0.26 | - |
| YUV | 5.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 8 | 1 | 0 | 0 | 0.97 | 180 | 1 | 0.02 |
| Hex | 0 | 8 | 8 | 64 | 0 | 0 | 61 | B4 | 64 | 2 |
| Octal | 0 | 10 | 10 | 144 | 0 | 0 | 141 | 264 | 144 | 2 |
| Binary | 0 | 1000 | 1000 | 1100100 | 0 | 0 | 1100001 | 10110100 | 1100100 | 10 |
Color Harmonies of #000808
Complementary color
Monochromatic Colors of #000808
Black with #000808
Text Example
Text Example
White with #000808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000808; }
p { color: rgb(0,8,8); }
H1.HeaderClassName
{
color: #000808;
}
.AnyTagClassName
{
color: #000808;
}
</style>
background-color css
<style>
a { background-color: #000808; }
a { background-color: rgb(0,8,8); }
div.DivClassName
{
background-color: #000808;
}
.BgClassName
{
background-color: #000808;
}
</style>
border-color css
<style>
span { border-color: #000808; }
span { border-color: rgb(0,8,8); }
td.TdClassName
{
border-color: #000808;
}
.TagClassName
{
border-color: #000808;
}
</style>