Shades of Dark Green #111A17
Tints of Dark Green #111A17
RGB
CMYK
RGB Variations
Color information
#111A17 (or 0x111A17) is known color: Dark Green. HEX triplet: 11, 1A and 17. RGB value is (17,26,23). Sum of RGB (Red+Green+Blue) = 17+26+23=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 26 - color contains mainly: green. Hex color #111A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A17 is #EEE5E8. Grayscale: #161616. Windows color (decimal): -15656425 or 1514001. OLE color: 1514001.
HSL color Cylindrical-coordinate representation of color #111A17: hue angle of 160º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #111A17 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 23 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.90 |
| HSL | 160º | 0.21% | 0.08% | - |
| HSV(B) | 160º | 0.35% | 0.1% | - |
| XYZ | 0.76 | 0.92 | 0.95 | - |
| YUV | 22.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 23 | 0.35 | 0 | 0.12 | 0.90 | 160 | 0.21 | 0.08 |
| Hex | 11 | 1A | 17 | 23 | 0 | C | 5A | A0 | 15 | 8 |
| Octal | 21 | 32 | 27 | 43 | 0 | 14 | 132 | 240 | 25 | 10 |
| Binary | 10001 | 11010 | 10111 | 100011 | 0 | 1100 | 1011010 | 10100000 | 10101 | 1000 |
Color Harmonies of #111A17
Complementary color
Monochromatic Colors of #111A17
Black with #111A17
Text Example
Text Example
White with #111A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A17; }
p { color: rgb(17,26,23); }
H1.HeaderClassName
{
color: #111A17;
}
.AnyTagClassName
{
color: #111A17;
}
</style>
background-color css
<style>
a { background-color: #111A17; }
a { background-color: rgb(17,26,23); }
div.DivClassName
{
background-color: #111A17;
}
.BgClassName
{
background-color: #111A17;
}
</style>
border-color css
<style>
span { border-color: #111A17; }
span { border-color: rgb(17,26,23); }
td.TdClassName
{
border-color: #111A17;
}
.TagClassName
{
border-color: #111A17;
}
</style>