Shades of Racing Green #22322C
Tints of Racing Green #22322C
RGB
CMYK
RGB Variations
Color information
#22322C (or 0x22322C) is known color: Racing Green. HEX triplet: 22, 32 and 2C. RGB value is (34,50,44). Sum of RGB (Red+Green+Blue) = 34+50+44=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #22322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22322C is #DDCDD3. Grayscale: #2C2C2C. Windows color (decimal): -14536148 or 2896418. OLE color: 2896418.
HSL color Cylindrical-coordinate representation of color #22322C: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #22322C is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 50 | 44 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.80 |
| HSL | 157.5º | 0.19% | 0.16% | - |
| HSV(B) | 157.5º | 0.32% | 0.2% | - |
| XYZ | 2.25 | 2.8 | 2.81 | - |
| YUV | 44.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 44 | 0.32 | 0 | 0.12 | 0.80 | 157.5 | 0.19 | 0.16 |
| Hex | 22 | 32 | 2C | 20 | 0 | C | 50 | 9E | 13 | 10 |
| Octal | 42 | 62 | 54 | 40 | 0 | 14 | 120 | 236 | 23 | 20 |
| Binary | 100010 | 110010 | 101100 | 100000 | 0 | 1100 | 1010000 | 10011110 | 10011 | 10000 |
Color Harmonies of #22322C
Complementary color
Monochromatic Colors of #22322C
Black with #22322C
Text Example
Text Example
White with #22322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22322C; }
p { color: rgb(34,50,44); }
H1.HeaderClassName
{
color: #22322C;
}
.AnyTagClassName
{
color: #22322C;
}
</style>
background-color css
<style>
a { background-color: #22322C; }
a { background-color: rgb(34,50,44); }
div.DivClassName
{
background-color: #22322C;
}
.BgClassName
{
background-color: #22322C;
}
</style>
border-color css
<style>
span { border-color: #22322C; }
span { border-color: rgb(34,50,44); }
td.TdClassName
{
border-color: #22322C;
}
.TagClassName
{
border-color: #22322C;
}
</style>