Shades of Dark Green #001908
Tints of Dark Green #001908
RGB
CMYK
RGB Variations
Color information
#001908 (or 0x001908) is known color: Dark Green. HEX triplet: 00, 19 and 08. RGB value is (0,25,8). Sum of RGB (Red+Green+Blue) = 0+25+8=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 25 (10.16% from 255 or 75.76% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 25 - color contains mainly: green. Hex color #001908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001908 is #FFE6F7. Grayscale: #0F0F0F. Windows color (decimal): -16770808 or 530688. OLE color: 530688.
HSL color Cylindrical-coordinate representation of color #001908: hue angle of 139.2º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001908 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 8 | - |
| CMYK | 1 | 0 | 0.68 | 0.90 |
| HSL | 139.2º | 1% | 0.05% | - |
| HSV(B) | 139.2º | 1% | 0.1% | - |
| XYZ | 0.39 | 0.71 | 0.35 | - |
| YUV | 15.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 8 | 1 | 0 | 0.68 | 0.90 | 139.2 | 1 | 0.05 |
| Hex | 0 | 19 | 8 | 64 | 0 | 44 | 5A | 8B | 64 | 5 |
| Octal | 0 | 31 | 10 | 144 | 0 | 104 | 132 | 213 | 144 | 5 |
| Binary | 0 | 11001 | 1000 | 1100100 | 0 | 1000100 | 1011010 | 10001011 | 1100100 | 101 |
Color Harmonies of #001908
Complementary color
Monochromatic Colors of #001908
Black with #001908
Text Example
Text Example
White with #001908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001908; }
p { color: rgb(0,25,8); }
H1.HeaderClassName
{
color: #001908;
}
.AnyTagClassName
{
color: #001908;
}
</style>
background-color css
<style>
a { background-color: #001908; }
a { background-color: rgb(0,25,8); }
div.DivClassName
{
background-color: #001908;
}
.BgClassName
{
background-color: #001908;
}
</style>
border-color css
<style>
span { border-color: #001908; }
span { border-color: rgb(0,25,8); }
td.TdClassName
{
border-color: #001908;
}
.TagClassName
{
border-color: #001908;
}
</style>