Shades of Dark Green #001608
Tints of Dark Green #001608
RGB
CMYK
RGB Variations
Color information
#001608 (or 0x001608) is known color: Dark Green. HEX triplet: 00, 16 and 08. RGB value is (0,22,8). Sum of RGB (Red+Green+Blue) = 0+22+8=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 22 (8.98% from 255 or 73.33% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 22 - color contains mainly: green. Hex color #001608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001608 is #FFE9F7. Grayscale: #0D0D0D. Windows color (decimal): -16771576 or 529920. OLE color: 529920.
HSL color Cylindrical-coordinate representation of color #001608: hue angle of 141.82º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001608 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 22 | 8 | - |
| CMYK | 1 | 0 | 0.64 | 0.91 |
| HSL | 141.82º | 1% | 0.04% | - |
| HSV(B) | 141.82º | 1% | 0.09% | - |
| XYZ | 0.33 | 0.59 | 0.33 | - |
| YUV | 13.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 8 | 1 | 0 | 0.64 | 0.91 | 141.82 | 1 | 0.04 |
| Hex | 0 | 16 | 8 | 64 | 0 | 40 | 5B | 8E | 64 | 4 |
| Octal | 0 | 26 | 10 | 144 | 0 | 100 | 133 | 216 | 144 | 4 |
| Binary | 0 | 10110 | 1000 | 1100100 | 0 | 1000000 | 1011011 | 10001110 | 1100100 | 100 |
Color Harmonies of #001608
Complementary color
Monochromatic Colors of #001608
Black with #001608
Text Example
Text Example
White with #001608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001608; }
p { color: rgb(0,22,8); }
H1.HeaderClassName
{
color: #001608;
}
.AnyTagClassName
{
color: #001608;
}
</style>
background-color css
<style>
a { background-color: #001608; }
a { background-color: rgb(0,22,8); }
div.DivClassName
{
background-color: #001608;
}
.BgClassName
{
background-color: #001608;
}
</style>
border-color css
<style>
span { border-color: #001608; }
span { border-color: rgb(0,22,8); }
td.TdClassName
{
border-color: #001608;
}
.TagClassName
{
border-color: #001608;
}
</style>