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