Shades of Racing Green #182422
Tints of Racing Green #182422
RGB
CMYK
RGB Variations
Color information
#182422 (or 0x182422) is known color: Racing Green. HEX triplet: 18, 24 and 22. RGB value is (24,36,34). Sum of RGB (Red+Green+Blue) = 24+36+34=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 36 - color contains mainly: green. Hex color #182422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182422 is #E7DBDD. Grayscale: #202020. Windows color (decimal): -15195102 or 2237464. OLE color: 2237464.
HSL color Cylindrical-coordinate representation of color #182422: hue angle of 170º 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 #182422 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 36 | 34 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.86 |
| HSL | 170º | 0.2% | 0.12% | - |
| HSV(B) | 170º | 0.33% | 0.14% | - |
| XYZ | 1.3 | 1.57 | 1.75 | - |
| YUV | 32.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 34 | 0.33 | 0 | 0.06 | 0.86 | 170 | 0.2 | 0.12 |
| Hex | 18 | 24 | 22 | 21 | 0 | 6 | 56 | AA | 14 | C |
| Octal | 30 | 44 | 42 | 41 | 0 | 6 | 126 | 252 | 24 | 14 |
| Binary | 11000 | 100100 | 100010 | 100001 | 0 | 110 | 1010110 | 10101010 | 10100 | 1100 |
Color Harmonies of #182422
Complementary color
Monochromatic Colors of #182422
Black with #182422
Text Example
Text Example
White with #182422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182422; }
p { color: rgb(24,36,34); }
H1.HeaderClassName
{
color: #182422;
}
.AnyTagClassName
{
color: #182422;
}
</style>
background-color css
<style>
a { background-color: #182422; }
a { background-color: rgb(24,36,34); }
div.DivClassName
{
background-color: #182422;
}
.BgClassName
{
background-color: #182422;
}
</style>
border-color css
<style>
span { border-color: #182422; }
span { border-color: rgb(24,36,34); }
td.TdClassName
{
border-color: #182422;
}
.TagClassName
{
border-color: #182422;
}
</style>