Shades of Racing Green #112924
Tints of Racing Green #112924
RGB
CMYK
RGB Variations
Color information
#112924 (or 0x112924) is known color: Racing Green. HEX triplet: 11, 29 and 24. RGB value is (17,41,36). Sum of RGB (Red+Green+Blue) = 17+41+36=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #112924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112924 is #EED6DB. Grayscale: #212121. Windows color (decimal): -15652572 or 2369809. OLE color: 2369809.
HSL color Cylindrical-coordinate representation of color #112924: hue angle of 167.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #112924 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 41 | 36 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.84 |
| HSL | 167.5º | 0.41% | 0.11% | - |
| HSV(B) | 167.5º | 0.59% | 0.16% | - |
| XYZ | 1.34 | 1.83 | 1.95 | - |
| YUV | 33.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 36 | 0.59 | 0 | 0.12 | 0.84 | 167.5 | 0.41 | 0.11 |
| Hex | 11 | 29 | 24 | 3B | 0 | C | 54 | A8 | 29 | B |
| Octal | 21 | 51 | 44 | 73 | 0 | 14 | 124 | 250 | 51 | 13 |
| Binary | 10001 | 101001 | 100100 | 111011 | 0 | 1100 | 1010100 | 10101000 | 101001 | 1011 |
Color Harmonies of #112924
Complementary color
Monochromatic Colors of #112924
Black with #112924
Text Example
Text Example
White with #112924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112924; }
p { color: rgb(17,41,36); }
H1.HeaderClassName
{
color: #112924;
}
.AnyTagClassName
{
color: #112924;
}
</style>
background-color css
<style>
a { background-color: #112924; }
a { background-color: rgb(17,41,36); }
div.DivClassName
{
background-color: #112924;
}
.BgClassName
{
background-color: #112924;
}
</style>
border-color css
<style>
span { border-color: #112924; }
span { border-color: rgb(17,41,36); }
td.TdClassName
{
border-color: #112924;
}
.TagClassName
{
border-color: #112924;
}
</style>