Shades of Racing Green #122A26
Tints of Racing Green #122A26
RGB
CMYK
RGB Variations
Color information
#122A26 (or 0x122A26) is known color: Racing Green. HEX triplet: 12, 2A and 26. RGB value is (18,42,38). Sum of RGB (Red+Green+Blue) = 18+42+38=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 42 - color contains mainly: green. Hex color #122A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A26 is #EDD5D9. Grayscale: #222222. Windows color (decimal): -15586778 or 2501138. OLE color: 2501138.
HSL color Cylindrical-coordinate representation of color #122A26: hue angle of 170º 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 #122A26 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 38 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.84 |
| HSL | 170º | 0.4% | 0.12% | - |
| HSV(B) | 170º | 0.57% | 0.16% | - |
| XYZ | 1.43 | 1.92 | 2.13 | - |
| YUV | 34.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 38 | 0.57 | 0 | 0.10 | 0.84 | 170 | 0.4 | 0.12 |
| Hex | 12 | 2A | 26 | 39 | 0 | A | 54 | AA | 28 | C |
| Octal | 22 | 52 | 46 | 71 | 0 | 12 | 124 | 252 | 50 | 14 |
| Binary | 10010 | 101010 | 100110 | 111001 | 0 | 1010 | 1010100 | 10101010 | 101000 | 1100 |
Color Harmonies of #122A26
Complementary color
Monochromatic Colors of #122A26
Black with #122A26
Text Example
Text Example
White with #122A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A26; }
p { color: rgb(18,42,38); }
H1.HeaderClassName
{
color: #122A26;
}
.AnyTagClassName
{
color: #122A26;
}
</style>
background-color css
<style>
a { background-color: #122A26; }
a { background-color: rgb(18,42,38); }
div.DivClassName
{
background-color: #122A26;
}
.BgClassName
{
background-color: #122A26;
}
</style>
border-color css
<style>
span { border-color: #122A26; }
span { border-color: rgb(18,42,38); }
td.TdClassName
{
border-color: #122A26;
}
.TagClassName
{
border-color: #122A26;
}
</style>