Shades of Racing Green #122B24
Tints of Racing Green #122B24
RGB
CMYK
RGB Variations
Color information
#122B24 (or 0x122B24) is known color: Racing Green. HEX triplet: 12, 2B and 24. RGB value is (18,43,36). Sum of RGB (Red+Green+Blue) = 18+43+36=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 43 - color contains mainly: green. Hex color #122B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B24 is #EDD4DB. Grayscale: #222222. Windows color (decimal): -15586524 or 2370322. OLE color: 2370322.
HSL color Cylindrical-coordinate representation of color #122B24: hue angle of 163.2º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122B24 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 43 | 36 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.83 |
| HSL | 163.2º | 0.41% | 0.12% | - |
| HSV(B) | 163.2º | 0.58% | 0.17% | - |
| XYZ | 1.43 | 1.98 | 1.98 | - |
| YUV | 34.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 36 | 0.58 | 0 | 0.16 | 0.83 | 163.2 | 0.41 | 0.12 |
| Hex | 12 | 2B | 24 | 3A | 0 | 10 | 53 | A3 | 29 | C |
| Octal | 22 | 53 | 44 | 72 | 0 | 20 | 123 | 243 | 51 | 14 |
| Binary | 10010 | 101011 | 100100 | 111010 | 0 | 10000 | 1010011 | 10100011 | 101001 | 1100 |
Color Harmonies of #122B24
Complementary color
Monochromatic Colors of #122B24
Black with #122B24
Text Example
Text Example
White with #122B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B24; }
p { color: rgb(18,43,36); }
H1.HeaderClassName
{
color: #122B24;
}
.AnyTagClassName
{
color: #122B24;
}
</style>
background-color css
<style>
a { background-color: #122B24; }
a { background-color: rgb(18,43,36); }
div.DivClassName
{
background-color: #122B24;
}
.BgClassName
{
background-color: #122B24;
}
</style>
border-color css
<style>
span { border-color: #122B24; }
span { border-color: rgb(18,43,36); }
td.TdClassName
{
border-color: #122B24;
}
.TagClassName
{
border-color: #122B24;
}
</style>