Shades of Racing Green #112A24
Tints of Racing Green #112A24
RGB
CMYK
RGB Variations
Color information
#112A24 (or 0x112A24) is known color: Racing Green. HEX triplet: 11, 2A and 24. RGB value is (17,42,36). Sum of RGB (Red+Green+Blue) = 17+42+36=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #112A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A24 is #EED5DB. Grayscale: #212121. Windows color (decimal): -15652316 or 2370065. OLE color: 2370065.
HSL color Cylindrical-coordinate representation of color #112A24: hue angle of 165.6º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A24 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 36 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.84 |
| HSL | 165.6º | 0.42% | 0.12% | - |
| HSV(B) | 165.6º | 0.6% | 0.16% | - |
| XYZ | 1.38 | 1.9 | 1.96 | - |
| YUV | 33.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 36 | 0.60 | 0 | 0.14 | 0.84 | 165.6 | 0.42 | 0.12 |
| Hex | 11 | 2A | 24 | 3C | 0 | E | 54 | A6 | 2A | C |
| Octal | 21 | 52 | 44 | 74 | 0 | 16 | 124 | 246 | 52 | 14 |
| Binary | 10001 | 101010 | 100100 | 111100 | 0 | 1110 | 1010100 | 10100110 | 101010 | 1100 |
Color Harmonies of #112A24
Complementary color
Monochromatic Colors of #112A24
Black with #112A24
Text Example
Text Example
White with #112A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A24; }
p { color: rgb(17,42,36); }
H1.HeaderClassName
{
color: #112A24;
}
.AnyTagClassName
{
color: #112A24;
}
</style>
background-color css
<style>
a { background-color: #112A24; }
a { background-color: rgb(17,42,36); }
div.DivClassName
{
background-color: #112A24;
}
.BgClassName
{
background-color: #112A24;
}
</style>
border-color css
<style>
span { border-color: #112A24; }
span { border-color: rgb(17,42,36); }
td.TdClassName
{
border-color: #112A24;
}
.TagClassName
{
border-color: #112A24;
}
</style>