Shades of Racing Green #112220
Tints of Racing Green #112220
RGB
CMYK
RGB Variations
Color information
#112220 (or 0x112220) is known color: Racing Green. HEX triplet: 11, 22 and 20. RGB value is (17,34,32). Sum of RGB (Red+Green+Blue) = 17+34+32=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #112220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112220 is #EEDDDF. Grayscale: #1C1C1C. Windows color (decimal): -15654368 or 2105873. OLE color: 2105873.
HSL color Cylindrical-coordinate representation of color #112220: hue angle of 172.94º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #112220 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 34 | 32 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.87 |
| HSL | 172.94º | 0.33% | 0.1% | - |
| HSV(B) | 172.94º | 0.5% | 0.13% | - |
| XYZ | 1.06 | 1.37 | 1.57 | - |
| YUV | 28.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 32 | 0.50 | 0 | 0.06 | 0.87 | 172.94 | 0.33 | 0.1 |
| Hex | 11 | 22 | 20 | 32 | 0 | 6 | 57 | AD | 21 | A |
| Octal | 21 | 42 | 40 | 62 | 0 | 6 | 127 | 255 | 41 | 12 |
| Binary | 10001 | 100010 | 100000 | 110010 | 0 | 110 | 1010111 | 10101101 | 100001 | 1010 |
Color Harmonies of #112220
Complementary color
Monochromatic Colors of #112220
Black with #112220
Text Example
Text Example
White with #112220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112220; }
p { color: rgb(17,34,32); }
H1.HeaderClassName
{
color: #112220;
}
.AnyTagClassName
{
color: #112220;
}
</style>
background-color css
<style>
a { background-color: #112220; }
a { background-color: rgb(17,34,32); }
div.DivClassName
{
background-color: #112220;
}
.BgClassName
{
background-color: #112220;
}
</style>
border-color css
<style>
span { border-color: #112220; }
span { border-color: rgb(17,34,32); }
td.TdClassName
{
border-color: #112220;
}
.TagClassName
{
border-color: #112220;
}
</style>