Shades of Dark Green #011A18
Tints of Dark Green #011A18
RGB
CMYK
RGB Variations
Color information
#011A18 (or 0x011A18) is known color: Dark Green. HEX triplet: 01, 1A and 18. RGB value is (1,26,24). Sum of RGB (Red+Green+Blue) = 1+26+24=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #011A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A18 is #FEE5E7. Grayscale: #121212. Windows color (decimal): -16705000 or 1579521. OLE color: 1579521.
HSL color Cylindrical-coordinate representation of color #011A18: hue angle of 175.2º 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 #011A18 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 26 | 24 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.90 |
| HSL | 175.2º | 0.93% | 0.05% | - |
| HSV(B) | 175.2º | 0.96% | 0.1% | - |
| XYZ | 0.55 | 0.81 | 0.99 | - |
| YUV | 18.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 24 | 0.96 | 0 | 0.08 | 0.90 | 175.2 | 0.93 | 0.05 |
| Hex | 1 | 1A | 18 | 60 | 0 | 8 | 5A | AF | 5D | 5 |
| Octal | 1 | 32 | 30 | 140 | 0 | 10 | 132 | 257 | 135 | 5 |
| Binary | 1 | 11010 | 11000 | 1100000 | 0 | 1000 | 1011010 | 10101111 | 1011101 | 101 |
Color Harmonies of #011A18
Complementary color
Monochromatic Colors of #011A18
Black with #011A18
Text Example
Text Example
White with #011A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A18; }
p { color: rgb(1,26,24); }
H1.HeaderClassName
{
color: #011A18;
}
.AnyTagClassName
{
color: #011A18;
}
</style>
background-color css
<style>
a { background-color: #011A18; }
a { background-color: rgb(1,26,24); }
div.DivClassName
{
background-color: #011A18;
}
.BgClassName
{
background-color: #011A18;
}
</style>
border-color css
<style>
span { border-color: #011A18; }
span { border-color: rgb(1,26,24); }
td.TdClassName
{
border-color: #011A18;
}
.TagClassName
{
border-color: #011A18;
}
</style>