Shades of Racing Green #162420
Tints of Racing Green #162420
RGB
CMYK
RGB Variations
Color information
#162420 (or 0x162420) is known color: Racing Green. HEX triplet: 16, 24 and 20. RGB value is (22,36,32). Sum of RGB (Red+Green+Blue) = 22+36+32=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #162420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162420 is #E9DBDF. Grayscale: #1F1F1F. Windows color (decimal): -15326176 or 2106390. OLE color: 2106390.
HSL color Cylindrical-coordinate representation of color #162420: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #162420 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 36 | 32 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.86 |
| HSL | 162.86º | 0.24% | 0.11% | - |
| HSV(B) | 162.86º | 0.39% | 0.14% | - |
| XYZ | 1.22 | 1.54 | 1.6 | - |
| YUV | 31.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 32 | 0.39 | 0 | 0.11 | 0.86 | 162.86 | 0.24 | 0.11 |
| Hex | 16 | 24 | 20 | 27 | 0 | B | 56 | A3 | 18 | B |
| Octal | 26 | 44 | 40 | 47 | 0 | 13 | 126 | 243 | 30 | 13 |
| Binary | 10110 | 100100 | 100000 | 100111 | 0 | 1011 | 1010110 | 10100011 | 11000 | 1011 |
Color Harmonies of #162420
Complementary color
Monochromatic Colors of #162420
Black with #162420
Text Example
Text Example
White with #162420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162420; }
p { color: rgb(22,36,32); }
H1.HeaderClassName
{
color: #162420;
}
.AnyTagClassName
{
color: #162420;
}
</style>
background-color css
<style>
a { background-color: #162420; }
a { background-color: rgb(22,36,32); }
div.DivClassName
{
background-color: #162420;
}
.BgClassName
{
background-color: #162420;
}
</style>
border-color css
<style>
span { border-color: #162420; }
span { border-color: rgb(22,36,32); }
td.TdClassName
{
border-color: #162420;
}
.TagClassName
{
border-color: #162420;
}
</style>