Shades of Dark Green #001A19
Tints of Dark Green #001A19
RGB
CMYK
RGB Variations
Color information
#001A19 (or 0x001A19) is known color: Dark Green. HEX triplet: 00, 1A and 19. RGB value is (0,26,25). Sum of RGB (Red+Green+Blue) = 0+26+25=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #001A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A19 is #FFE5E6. Grayscale: #121212. Windows color (decimal): -16770535 or 1645056. OLE color: 1645056.
HSL color Cylindrical-coordinate representation of color #001A19: hue angle of 177.69º 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 #001A19 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 26 | 25 | - |
| CMYK | 1 | 0 | 0.04 | 0.90 |
| HSL | 177.69º | 1% | 0.05% | - |
| HSV(B) | 177.69º | 1% | 0.1% | - |
| XYZ | 0.54 | 0.81 | 1.05 | - |
| YUV | 18.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 25 | 1 | 0 | 0.04 | 0.90 | 177.69 | 1 | 0.05 |
| Hex | 0 | 1A | 19 | 64 | 0 | 4 | 5A | B2 | 64 | 5 |
| Octal | 0 | 32 | 31 | 144 | 0 | 4 | 132 | 262 | 144 | 5 |
| Binary | 0 | 11010 | 11001 | 1100100 | 0 | 100 | 1011010 | 10110010 | 1100100 | 101 |
Color Harmonies of #001A19
Complementary color
Monochromatic Colors of #001A19
Black with #001A19
Text Example
Text Example
White with #001A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A19; }
p { color: rgb(0,26,25); }
H1.HeaderClassName
{
color: #001A19;
}
.AnyTagClassName
{
color: #001A19;
}
</style>
background-color css
<style>
a { background-color: #001A19; }
a { background-color: rgb(0,26,25); }
div.DivClassName
{
background-color: #001A19;
}
.BgClassName
{
background-color: #001A19;
}
</style>
border-color css
<style>
span { border-color: #001A19; }
span { border-color: rgb(0,26,25); }
td.TdClassName
{
border-color: #001A19;
}
.TagClassName
{
border-color: #001A19;
}
</style>