Shades of Dark Green #011A12
Tints of Dark Green #011A12
RGB
CMYK
RGB Variations
Color information
#011A12 (or 0x011A12) is known color: Dark Green. HEX triplet: 01, 1A and 12. RGB value is (1,26,18). Sum of RGB (Red+Green+Blue) = 1+26+18=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #011A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A12 is #FEE5ED. Grayscale: #111111. Windows color (decimal): -16705006 or 1186305. OLE color: 1186305.
HSL color Cylindrical-coordinate representation of color #011A12: hue angle of 160.8º 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 #011A12 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 26 | 18 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.90 |
| HSL | 160.8º | 0.93% | 0.05% | - |
| HSV(B) | 160.8º | 0.96% | 0.1% | - |
| XYZ | 0.49 | 0.79 | 0.7 | - |
| YUV | 17.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 18 | 0.96 | 0 | 0.31 | 0.90 | 160.8 | 0.93 | 0.05 |
| Hex | 1 | 1A | 12 | 60 | 0 | 1F | 5A | A1 | 5D | 5 |
| Octal | 1 | 32 | 22 | 140 | 0 | 37 | 132 | 241 | 135 | 5 |
| Binary | 1 | 11010 | 10010 | 1100000 | 0 | 11111 | 1011010 | 10100001 | 1011101 | 101 |
Color Harmonies of #011A12
Complementary color
Monochromatic Colors of #011A12
Black with #011A12
Text Example
Text Example
White with #011A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A12; }
p { color: rgb(1,26,18); }
H1.HeaderClassName
{
color: #011A12;
}
.AnyTagClassName
{
color: #011A12;
}
</style>
background-color css
<style>
a { background-color: #011A12; }
a { background-color: rgb(1,26,18); }
div.DivClassName
{
background-color: #011A12;
}
.BgClassName
{
background-color: #011A12;
}
</style>
border-color css
<style>
span { border-color: #011A12; }
span { border-color: rgb(1,26,18); }
td.TdClassName
{
border-color: #011A12;
}
.TagClassName
{
border-color: #011A12;
}
</style>