Shades of Racing Green #122A24
Tints of Racing Green #122A24
RGB
CMYK
RGB Variations
Color information
#122A24 (or 0x122A24) is known color: Racing Green. HEX triplet: 12, 2A and 24. RGB value is (18,42,36). Sum of RGB (Red+Green+Blue) = 18+42+36=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #122A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A24 is #EDD5DB. Grayscale: #222222. Windows color (decimal): -15586780 or 2370066. OLE color: 2370066.
HSL color Cylindrical-coordinate representation of color #122A24: hue angle of 165º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A24 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 36 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.84 |
| HSL | 165º | 0.4% | 0.12% | - |
| HSV(B) | 165º | 0.57% | 0.16% | - |
| XYZ | 1.4 | 1.91 | 1.96 | - |
| YUV | 34.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 36 | 0.57 | 0 | 0.14 | 0.84 | 165 | 0.4 | 0.12 |
| Hex | 12 | 2A | 24 | 39 | 0 | E | 54 | A5 | 28 | C |
| Octal | 22 | 52 | 44 | 71 | 0 | 16 | 124 | 245 | 50 | 14 |
| Binary | 10010 | 101010 | 100100 | 111001 | 0 | 1110 | 1010100 | 10100101 | 101000 | 1100 |
Color Harmonies of #122A24
Complementary color
Monochromatic Colors of #122A24
Black with #122A24
Text Example
Text Example
White with #122A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A24; }
p { color: rgb(18,42,36); }
H1.HeaderClassName
{
color: #122A24;
}
.AnyTagClassName
{
color: #122A24;
}
</style>
background-color css
<style>
a { background-color: #122A24; }
a { background-color: rgb(18,42,36); }
div.DivClassName
{
background-color: #122A24;
}
.BgClassName
{
background-color: #122A24;
}
</style>
border-color css
<style>
span { border-color: #122A24; }
span { border-color: rgb(18,42,36); }
td.TdClassName
{
border-color: #122A24;
}
.TagClassName
{
border-color: #122A24;
}
</style>