Shades of Racing Green #122422
Tints of Racing Green #122422
RGB
CMYK
RGB Variations
Color information
#122422 (or 0x122422) is known color: Racing Green. HEX triplet: 12, 24 and 22. RGB value is (18,36,34). Sum of RGB (Red+Green+Blue) = 18+36+34=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #122422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122422 is #EDDBDD. Grayscale: #1E1E1E. Windows color (decimal): -15588318 or 2237458. OLE color: 2237458.
HSL color Cylindrical-coordinate representation of color #122422: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122422 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 36 | 34 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.86 |
| HSL | 173.33º | 0.33% | 0.11% | - |
| HSV(B) | 173.33º | 0.5% | 0.14% | - |
| XYZ | 1.17 | 1.51 | 1.74 | - |
| YUV | 30.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 34 | 0.5 | 0 | 0.06 | 0.86 | 173.33 | 0.33 | 0.11 |
| Hex | 12 | 24 | 22 | 32 | 0 | 6 | 56 | AD | 21 | B |
| Octal | 22 | 44 | 42 | 62 | 0 | 6 | 126 | 255 | 41 | 13 |
| Binary | 10010 | 100100 | 100010 | 110010 | 0 | 110 | 1010110 | 10101101 | 100001 | 1011 |
Color Harmonies of #122422
Complementary color
Monochromatic Colors of #122422
Black with #122422
Text Example
Text Example
White with #122422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122422; }
p { color: rgb(18,36,34); }
H1.HeaderClassName
{
color: #122422;
}
.AnyTagClassName
{
color: #122422;
}
</style>
background-color css
<style>
a { background-color: #122422; }
a { background-color: rgb(18,36,34); }
div.DivClassName
{
background-color: #122422;
}
.BgClassName
{
background-color: #122422;
}
</style>
border-color css
<style>
span { border-color: #122422; }
span { border-color: rgb(18,36,34); }
td.TdClassName
{
border-color: #122422;
}
.TagClassName
{
border-color: #122422;
}
</style>