Shades of Dark Green #011B17
Tints of Dark Green #011B17
RGB
CMYK
RGB Variations
Color information
#011B17 (or 0x011B17) is known color: Dark Green. HEX triplet: 01, 1B and 17. RGB value is (1,27,23). Sum of RGB (Red+Green+Blue) = 1+27+23=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #011B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B17 is #FEE4E8. Grayscale: #121212. Windows color (decimal): -16704745 or 1514241. OLE color: 1514241.
HSL color Cylindrical-coordinate representation of color #011B17: hue angle of 170.77º 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 #011B17 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 23 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.89 |
| HSL | 170.77º | 0.93% | 0.05% | - |
| HSV(B) | 170.77º | 0.96% | 0.11% | - |
| XYZ | 0.56 | 0.85 | 0.95 | - |
| YUV | 18.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 23 | 0.96 | 0 | 0.15 | 0.89 | 170.77 | 0.93 | 0.05 |
| Hex | 1 | 1B | 17 | 60 | 0 | F | 59 | AB | 5D | 5 |
| Octal | 1 | 33 | 27 | 140 | 0 | 17 | 131 | 253 | 135 | 5 |
| Binary | 1 | 11011 | 10111 | 1100000 | 0 | 1111 | 1011001 | 10101011 | 1011101 | 101 |
Color Harmonies of #011B17
Complementary color
Monochromatic Colors of #011B17
Black with #011B17
Text Example
Text Example
White with #011B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B17; }
p { color: rgb(1,27,23); }
H1.HeaderClassName
{
color: #011B17;
}
.AnyTagClassName
{
color: #011B17;
}
</style>
background-color css
<style>
a { background-color: #011B17; }
a { background-color: rgb(1,27,23); }
div.DivClassName
{
background-color: #011B17;
}
.BgClassName
{
background-color: #011B17;
}
</style>
border-color css
<style>
span { border-color: #011B17; }
span { border-color: rgb(1,27,23); }
td.TdClassName
{
border-color: #011B17;
}
.TagClassName
{
border-color: #011B17;
}
</style>