Shades of Dark Green #111C18
Tints of Dark Green #111C18
RGB
CMYK
RGB Variations
Color information
#111C18 (or 0x111C18) is known color: Dark Green. HEX triplet: 11, 1C and 18. RGB value is (17,28,24). Sum of RGB (Red+Green+Blue) = 17+28+24=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 28 - color contains mainly: green. Hex color #111C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C18 is #EEE3E7. Grayscale: #181818. Windows color (decimal): -15655912 or 1580049. OLE color: 1580049.
HSL color Cylindrical-coordinate representation of color #111C18: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #111C18 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 24 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.89 |
| HSL | 158.18º | 0.24% | 0.09% | - |
| HSV(B) | 158.18º | 0.39% | 0.11% | - |
| XYZ | 0.81 | 1.02 | 1.02 | - |
| YUV | 24.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 24 | 0.39 | 0 | 0.14 | 0.89 | 158.18 | 0.24 | 0.09 |
| Hex | 11 | 1C | 18 | 27 | 0 | E | 59 | 9E | 18 | 9 |
| Octal | 21 | 34 | 30 | 47 | 0 | 16 | 131 | 236 | 30 | 11 |
| Binary | 10001 | 11100 | 11000 | 100111 | 0 | 1110 | 1011001 | 10011110 | 11000 | 1001 |
Color Harmonies of #111C18
Complementary color
Monochromatic Colors of #111C18
Black with #111C18
Text Example
Text Example
White with #111C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C18; }
p { color: rgb(17,28,24); }
H1.HeaderClassName
{
color: #111C18;
}
.AnyTagClassName
{
color: #111C18;
}
</style>
background-color css
<style>
a { background-color: #111C18; }
a { background-color: rgb(17,28,24); }
div.DivClassName
{
background-color: #111C18;
}
.BgClassName
{
background-color: #111C18;
}
</style>
border-color css
<style>
span { border-color: #111C18; }
span { border-color: rgb(17,28,24); }
td.TdClassName
{
border-color: #111C18;
}
.TagClassName
{
border-color: #111C18;
}
</style>