Shades of Dark Green #010808
Tints of Dark Green #010808
RGB
CMYK
RGB Variations
Color information
#010808 (or 0x010808) is known color: Dark Green. HEX triplet: 01, 08 and 08. RGB value is (1,8,8). Sum of RGB (Red+Green+Blue) = 1+8+8=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 8 (3.52% from 255 or 47.06% from 17); Blue value is 8 (3.52% from 255 or 47.06% from 17); Max value from RGB is 8 - color contains mainly: green, blue. Hex color #010808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010808 is #FEF7F7. Grayscale: #050505. Windows color (decimal): -16709624 or 526337. OLE color: 526337.
HSL color Cylindrical-coordinate representation of color #010808: hue angle of 180º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #010808 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 1 | 8 | 8 | - |
| CMYK | 0.88 | 0 | 0 | 0.97 |
| HSL | 180º | 0.78% | 0.02% | - |
| HSV(B) | 180º | 0.88% | 0.03% | - |
| XYZ | 0.14 | 0.2 | 0.26 | - |
| YUV | 5.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 8 | 0.88 | 0 | 0 | 0.97 | 180 | 0.78 | 0.02 |
| Hex | 1 | 8 | 8 | 58 | 0 | 0 | 61 | B4 | 4E | 2 |
| Octal | 1 | 10 | 10 | 130 | 0 | 0 | 141 | 264 | 116 | 2 |
| Binary | 1 | 1000 | 1000 | 1011000 | 0 | 0 | 1100001 | 10110100 | 1001110 | 10 |
Color Harmonies of #010808
Complementary color
Monochromatic Colors of #010808
Black with #010808
Text Example
Text Example
White with #010808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010808; }
p { color: rgb(1,8,8); }
H1.HeaderClassName
{
color: #010808;
}
.AnyTagClassName
{
color: #010808;
}
</style>
background-color css
<style>
a { background-color: #010808; }
a { background-color: rgb(1,8,8); }
div.DivClassName
{
background-color: #010808;
}
.BgClassName
{
background-color: #010808;
}
</style>
border-color css
<style>
span { border-color: #010808; }
span { border-color: rgb(1,8,8); }
td.TdClassName
{
border-color: #010808;
}
.TagClassName
{
border-color: #010808;
}
</style>