Shades of Dark Green #001918
Tints of Dark Green #001918
RGB
CMYK
RGB Variations
Color information
#001918 (or 0x001918) is known color: Dark Green. HEX triplet: 00, 19 and 18. RGB value is (0,25,24). Sum of RGB (Red+Green+Blue) = 0+25+24=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #001918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001918 is #FFE6E7. Grayscale: #111111. Windows color (decimal): -16770792 or 1579264. OLE color: 1579264.
HSL color Cylindrical-coordinate representation of color #001918: hue angle of 177.6º 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 #001918 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 24 | - |
| CMYK | 1 | 0 | 0.04 | 0.90 |
| HSL | 177.6º | 1% | 0.05% | - |
| HSV(B) | 177.6º | 1% | 0.1% | - |
| XYZ | 0.51 | 0.76 | 0.98 | - |
| YUV | 17.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 24 | 1 | 0 | 0.04 | 0.90 | 177.6 | 1 | 0.05 |
| Hex | 0 | 19 | 18 | 64 | 0 | 4 | 5A | B2 | 64 | 5 |
| Octal | 0 | 31 | 30 | 144 | 0 | 4 | 132 | 262 | 144 | 5 |
| Binary | 0 | 11001 | 11000 | 1100100 | 0 | 100 | 1011010 | 10110010 | 1100100 | 101 |
Color Harmonies of #001918
Complementary color
Monochromatic Colors of #001918
Black with #001918
Text Example
Text Example
White with #001918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001918; }
p { color: rgb(0,25,24); }
H1.HeaderClassName
{
color: #001918;
}
.AnyTagClassName
{
color: #001918;
}
</style>
background-color css
<style>
a { background-color: #001918; }
a { background-color: rgb(0,25,24); }
div.DivClassName
{
background-color: #001918;
}
.BgClassName
{
background-color: #001918;
}
</style>
border-color css
<style>
span { border-color: #001918; }
span { border-color: rgb(0,25,24); }
td.TdClassName
{
border-color: #001918;
}
.TagClassName
{
border-color: #001918;
}
</style>