Shades of Racing Green #111918
Tints of Racing Green #111918
RGB
CMYK
RGB Variations
Color information
#111918 (or 0x111918) is known color: Racing Green. HEX triplet: 11, 19 and 18. RGB value is (17,25,24). Sum of RGB (Red+Green+Blue) = 17+25+24=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 25 - color contains mainly: green. Hex color #111918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111918 is #EEE6E7. Grayscale: #161616. Windows color (decimal): -15656680 or 1579281. OLE color: 1579281.
HSL color Cylindrical-coordinate representation of color #111918: hue angle of 172.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111918 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 24 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.90 |
| HSL | 172.5º | 0.19% | 0.08% | - |
| HSV(B) | 172.5º | 0.32% | 0.1% | - |
| XYZ | 0.74 | 0.88 | 0.99 | - |
| YUV | 22.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 24 | 0.32 | 0 | 0.04 | 0.90 | 172.5 | 0.19 | 0.08 |
| Hex | 11 | 19 | 18 | 20 | 0 | 4 | 5A | AC | 13 | 8 |
| Octal | 21 | 31 | 30 | 40 | 0 | 4 | 132 | 254 | 23 | 10 |
| Binary | 10001 | 11001 | 11000 | 100000 | 0 | 100 | 1011010 | 10101100 | 10011 | 1000 |
Color Harmonies of #111918
Complementary color
Monochromatic Colors of #111918
Black with #111918
Text Example
Text Example
White with #111918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111918; }
p { color: rgb(17,25,24); }
H1.HeaderClassName
{
color: #111918;
}
.AnyTagClassName
{
color: #111918;
}
</style>
background-color css
<style>
a { background-color: #111918; }
a { background-color: rgb(17,25,24); }
div.DivClassName
{
background-color: #111918;
}
.BgClassName
{
background-color: #111918;
}
</style>
border-color css
<style>
span { border-color: #111918; }
span { border-color: rgb(17,25,24); }
td.TdClassName
{
border-color: #111918;
}
.TagClassName
{
border-color: #111918;
}
</style>