Shades of Dark Green #001A14
Tints of Dark Green #001A14
RGB
CMYK
RGB Variations
Color information
#001A14 (or 0x001A14) is known color: Dark Green. HEX triplet: 00, 1A and 14. RGB value is (0,26,20). Sum of RGB (Red+Green+Blue) = 0+26+20=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #001A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A14 is #FFE5EB. Grayscale: #111111. Windows color (decimal): -16770540 or 1317376. OLE color: 1317376.
HSL color Cylindrical-coordinate representation of color #001A14: hue angle of 166.15º 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 #001A14 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 26 | 20 | - |
| CMYK | 1 | 0 | 0.23 | 0.90 |
| HSL | 166.15º | 1% | 0.05% | - |
| HSV(B) | 166.15º | 1% | 0.1% | - |
| XYZ | 0.5 | 0.79 | 0.79 | - |
| YUV | 17.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 20 | 1 | 0 | 0.23 | 0.90 | 166.15 | 1 | 0.05 |
| Hex | 0 | 1A | 14 | 64 | 0 | 17 | 5A | A6 | 64 | 5 |
| Octal | 0 | 32 | 24 | 144 | 0 | 27 | 132 | 246 | 144 | 5 |
| Binary | 0 | 11010 | 10100 | 1100100 | 0 | 10111 | 1011010 | 10100110 | 1100100 | 101 |
Color Harmonies of #001A14
Complementary color
Monochromatic Colors of #001A14
Black with #001A14
Text Example
Text Example
White with #001A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A14; }
p { color: rgb(0,26,20); }
H1.HeaderClassName
{
color: #001A14;
}
.AnyTagClassName
{
color: #001A14;
}
</style>
background-color css
<style>
a { background-color: #001A14; }
a { background-color: rgb(0,26,20); }
div.DivClassName
{
background-color: #001A14;
}
.BgClassName
{
background-color: #001A14;
}
</style>
border-color css
<style>
span { border-color: #001A14; }
span { border-color: rgb(0,26,20); }
td.TdClassName
{
border-color: #001A14;
}
.TagClassName
{
border-color: #001A14;
}
</style>