Shades of Dark Green #011B18
Tints of Dark Green #011B18
RGB
CMYK
RGB Variations
Color information
#011B18 (or 0x011B18) is known color: Dark Green. HEX triplet: 01, 1B and 18. RGB value is (1,27,24). Sum of RGB (Red+Green+Blue) = 1+27+24=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #011B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B18 is #FEE4E7. Grayscale: #121212. Windows color (decimal): -16704744 or 1579777. OLE color: 1579777.
HSL color Cylindrical-coordinate representation of color #011B18: hue angle of 173.08º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011B18 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 24 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.89 |
| HSL | 173.08º | 0.93% | 0.05% | - |
| HSV(B) | 173.08º | 0.96% | 0.11% | - |
| XYZ | 0.57 | 0.86 | 1 | - |
| YUV | 18.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 24 | 0.96 | 0 | 0.11 | 0.89 | 173.08 | 0.93 | 0.05 |
| Hex | 1 | 1B | 18 | 60 | 0 | B | 59 | AD | 5D | 5 |
| Octal | 1 | 33 | 30 | 140 | 0 | 13 | 131 | 255 | 135 | 5 |
| Binary | 1 | 11011 | 11000 | 1100000 | 0 | 1011 | 1011001 | 10101101 | 1011101 | 101 |
Color Harmonies of #011B18
Complementary color
Monochromatic Colors of #011B18
Black with #011B18
Text Example
Text Example
White with #011B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B18; }
p { color: rgb(1,27,24); }
H1.HeaderClassName
{
color: #011B18;
}
.AnyTagClassName
{
color: #011B18;
}
</style>
background-color css
<style>
a { background-color: #011B18; }
a { background-color: rgb(1,27,24); }
div.DivClassName
{
background-color: #011B18;
}
.BgClassName
{
background-color: #011B18;
}
</style>
border-color css
<style>
span { border-color: #011B18; }
span { border-color: rgb(1,27,24); }
td.TdClassName
{
border-color: #011B18;
}
.TagClassName
{
border-color: #011B18;
}
</style>