Shades of Dark Green #011A14
Tints of Dark Green #011A14
RGB
CMYK
RGB Variations
Color information
#011A14 (or 0x011A14) is known color: Dark Green. HEX triplet: 01, 1A and 14. RGB value is (1,26,20). Sum of RGB (Red+Green+Blue) = 1+26+20=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #011A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A14 is #FEE5EB. Grayscale: #111111. Windows color (decimal): -16705004 or 1317377. OLE color: 1317377.
HSL color Cylindrical-coordinate representation of color #011A14: hue angle of 165.6º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A14 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 26 | 20 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.90 |
| HSL | 165.6º | 0.93% | 0.05% | - |
| HSV(B) | 165.6º | 0.96% | 0.1% | - |
| XYZ | 0.51 | 0.8 | 0.79 | - |
| YUV | 17.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 20 | 0.96 | 0 | 0.23 | 0.90 | 165.6 | 0.93 | 0.05 |
| Hex | 1 | 1A | 14 | 60 | 0 | 17 | 5A | A6 | 5D | 5 |
| Octal | 1 | 32 | 24 | 140 | 0 | 27 | 132 | 246 | 135 | 5 |
| Binary | 1 | 11010 | 10100 | 1100000 | 0 | 10111 | 1011010 | 10100110 | 1011101 | 101 |
Color Harmonies of #011A14
Complementary color
Monochromatic Colors of #011A14
Black with #011A14
Text Example
Text Example
White with #011A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A14; }
p { color: rgb(1,26,20); }
H1.HeaderClassName
{
color: #011A14;
}
.AnyTagClassName
{
color: #011A14;
}
</style>
background-color css
<style>
a { background-color: #011A14; }
a { background-color: rgb(1,26,20); }
div.DivClassName
{
background-color: #011A14;
}
.BgClassName
{
background-color: #011A14;
}
</style>
border-color css
<style>
span { border-color: #011A14; }
span { border-color: rgb(1,26,20); }
td.TdClassName
{
border-color: #011A14;
}
.TagClassName
{
border-color: #011A14;
}
</style>