Shades of Racing Green #122624
Tints of Racing Green #122624
RGB
CMYK
RGB Variations
Color information
#122624 (or 0x122624) is known color: Racing Green. HEX triplet: 12, 26 and 24. RGB value is (18,38,36). Sum of RGB (Red+Green+Blue) = 18+38+36=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #122624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122624 is #EDD9DB. Grayscale: #1F1F1F. Windows color (decimal): -15587804 or 2369042. OLE color: 2369042.
HSL color Cylindrical-coordinate representation of color #122624: hue angle of 174º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122624 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 38 | 36 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.85 |
| HSL | 174º | 0.36% | 0.11% | - |
| HSV(B) | 174º | 0.53% | 0.15% | - |
| XYZ | 1.26 | 1.64 | 1.92 | - |
| YUV | 31.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 36 | 0.53 | 0 | 0.05 | 0.85 | 174 | 0.36 | 0.11 |
| Hex | 12 | 26 | 24 | 35 | 0 | 5 | 55 | AE | 24 | B |
| Octal | 22 | 46 | 44 | 65 | 0 | 5 | 125 | 256 | 44 | 13 |
| Binary | 10010 | 100110 | 100100 | 110101 | 0 | 101 | 1010101 | 10101110 | 100100 | 1011 |
Color Harmonies of #122624
Complementary color
Monochromatic Colors of #122624
Black with #122624
Text Example
Text Example
White with #122624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122624; }
p { color: rgb(18,38,36); }
H1.HeaderClassName
{
color: #122624;
}
.AnyTagClassName
{
color: #122624;
}
</style>
background-color css
<style>
a { background-color: #122624; }
a { background-color: rgb(18,38,36); }
div.DivClassName
{
background-color: #122624;
}
.BgClassName
{
background-color: #122624;
}
</style>
border-color css
<style>
span { border-color: #122624; }
span { border-color: rgb(18,38,36); }
td.TdClassName
{
border-color: #122624;
}
.TagClassName
{
border-color: #122624;
}
</style>