Shades of Racing Green #182420
Tints of Racing Green #182420
RGB
CMYK
RGB Variations
Color information
#182420 (or 0x182420) is known color: Racing Green. HEX triplet: 18, 24 and 20. RGB value is (24,36,32). Sum of RGB (Red+Green+Blue) = 24+36+32=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #182420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182420 is #E7DBDF. Grayscale: #1F1F1F. Windows color (decimal): -15195104 or 2106392. OLE color: 2106392.
HSL color Cylindrical-coordinate representation of color #182420: hue angle of 160º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #182420 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 36 | 32 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.86 |
| HSL | 160º | 0.2% | 0.12% | - |
| HSV(B) | 160º | 0.33% | 0.14% | - |
| XYZ | 1.27 | 1.56 | 1.6 | - |
| YUV | 31.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 32 | 0.33 | 0 | 0.11 | 0.86 | 160 | 0.2 | 0.12 |
| Hex | 18 | 24 | 20 | 21 | 0 | B | 56 | A0 | 14 | C |
| Octal | 30 | 44 | 40 | 41 | 0 | 13 | 126 | 240 | 24 | 14 |
| Binary | 11000 | 100100 | 100000 | 100001 | 0 | 1011 | 1010110 | 10100000 | 10100 | 1100 |
Color Harmonies of #182420
Complementary color
Monochromatic Colors of #182420
Black with #182420
Text Example
Text Example
White with #182420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182420; }
p { color: rgb(24,36,32); }
H1.HeaderClassName
{
color: #182420;
}
.AnyTagClassName
{
color: #182420;
}
</style>
background-color css
<style>
a { background-color: #182420; }
a { background-color: rgb(24,36,32); }
div.DivClassName
{
background-color: #182420;
}
.BgClassName
{
background-color: #182420;
}
</style>
border-color css
<style>
span { border-color: #182420; }
span { border-color: rgb(24,36,32); }
td.TdClassName
{
border-color: #182420;
}
.TagClassName
{
border-color: #182420;
}
</style>