Shades of Racing Green #112824
Tints of Racing Green #112824
RGB
CMYK
RGB Variations
Color information
#112824 (or 0x112824) is known color: Racing Green. HEX triplet: 11, 28 and 24. RGB value is (17,40,36). Sum of RGB (Red+Green+Blue) = 17+40+36=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #112824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112824 is #EED7DB. Grayscale: #202020. Windows color (decimal): -15652828 or 2369553. OLE color: 2369553.
HSL color Cylindrical-coordinate representation of color #112824: hue angle of 169.57º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112824 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 36 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.84 |
| HSL | 169.57º | 0.4% | 0.11% | - |
| HSV(B) | 169.57º | 0.58% | 0.16% | - |
| XYZ | 1.31 | 1.76 | 1.94 | - |
| YUV | 32.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 36 | 0.57 | 0 | 0.10 | 0.84 | 169.57 | 0.4 | 0.11 |
| Hex | 11 | 28 | 24 | 39 | 0 | A | 54 | AA | 28 | B |
| Octal | 21 | 50 | 44 | 71 | 0 | 12 | 124 | 252 | 50 | 13 |
| Binary | 10001 | 101000 | 100100 | 111001 | 0 | 1010 | 1010100 | 10101010 | 101000 | 1011 |
Color Harmonies of #112824
Complementary color
Monochromatic Colors of #112824
Black with #112824
Text Example
Text Example
White with #112824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112824; }
p { color: rgb(17,40,36); }
H1.HeaderClassName
{
color: #112824;
}
.AnyTagClassName
{
color: #112824;
}
</style>
background-color css
<style>
a { background-color: #112824; }
a { background-color: rgb(17,40,36); }
div.DivClassName
{
background-color: #112824;
}
.BgClassName
{
background-color: #112824;
}
</style>
border-color css
<style>
span { border-color: #112824; }
span { border-color: rgb(17,40,36); }
td.TdClassName
{
border-color: #112824;
}
.TagClassName
{
border-color: #112824;
}
</style>