Shades of Dark Green #001408
Tints of Dark Green #001408
RGB
CMYK
RGB Variations
Color information
#001408 (or 0x001408) is known color: Dark Green. HEX triplet: 00, 14 and 08. RGB value is (0,20,8). Sum of RGB (Red+Green+Blue) = 0+20+8=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #001408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001408 is #FFEBF7. Grayscale: #0C0C0C. Windows color (decimal): -16772088 or 529408. OLE color: 529408.
HSL color Cylindrical-coordinate representation of color #001408: hue angle of 144º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001408 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 8 | - |
| CMYK | 1 | 0 | 0.60 | 0.92 |
| HSL | 144º | 1% | 0.04% | - |
| HSV(B) | 144º | 1% | 0.08% | - |
| XYZ | 0.29 | 0.52 | 0.31 | - |
| YUV | 12.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 8 | 1 | 0 | 0.60 | 0.92 | 144 | 1 | 0.04 |
| Hex | 0 | 14 | 8 | 64 | 0 | 3C | 5C | 90 | 64 | 4 |
| Octal | 0 | 24 | 10 | 144 | 0 | 74 | 134 | 220 | 144 | 4 |
| Binary | 0 | 10100 | 1000 | 1100100 | 0 | 111100 | 1011100 | 10010000 | 1100100 | 100 |
Color Harmonies of #001408
Complementary color
Monochromatic Colors of #001408
Black with #001408
Text Example
Text Example
White with #001408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001408; }
p { color: rgb(0,20,8); }
H1.HeaderClassName
{
color: #001408;
}
.AnyTagClassName
{
color: #001408;
}
</style>
background-color css
<style>
a { background-color: #001408; }
a { background-color: rgb(0,20,8); }
div.DivClassName
{
background-color: #001408;
}
.BgClassName
{
background-color: #001408;
}
</style>
border-color css
<style>
span { border-color: #001408; }
span { border-color: rgb(0,20,8); }
td.TdClassName
{
border-color: #001408;
}
.TagClassName
{
border-color: #001408;
}
</style>