Shades of Racing Green #132422
Tints of Racing Green #132422
RGB
CMYK
RGB Variations
Color information
#132422 (or 0x132422) is known color: Racing Green. HEX triplet: 13, 24 and 22. RGB value is (19,36,34). Sum of RGB (Red+Green+Blue) = 19+36+34=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 36 - color contains mainly: green. Hex color #132422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132422 is #ECDBDD. Grayscale: #1E1E1E. Windows color (decimal): -15522782 or 2237459. OLE color: 2237459.
HSL color Cylindrical-coordinate representation of color #132422: hue angle of 172.94º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132422 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 34 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.86 |
| HSL | 172.94º | 0.31% | 0.11% | - |
| HSV(B) | 172.94º | 0.47% | 0.14% | - |
| XYZ | 1.19 | 1.52 | 1.74 | - |
| YUV | 30.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 34 | 0.47 | 0 | 0.06 | 0.86 | 172.94 | 0.31 | 0.11 |
| Hex | 13 | 24 | 22 | 2F | 0 | 6 | 56 | AD | 1F | B |
| Octal | 23 | 44 | 42 | 57 | 0 | 6 | 126 | 255 | 37 | 13 |
| Binary | 10011 | 100100 | 100010 | 101111 | 0 | 110 | 1010110 | 10101101 | 11111 | 1011 |
Color Harmonies of #132422
Complementary color
Monochromatic Colors of #132422
Black with #132422
Text Example
Text Example
White with #132422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132422; }
p { color: rgb(19,36,34); }
H1.HeaderClassName
{
color: #132422;
}
.AnyTagClassName
{
color: #132422;
}
</style>
background-color css
<style>
a { background-color: #132422; }
a { background-color: rgb(19,36,34); }
div.DivClassName
{
background-color: #132422;
}
.BgClassName
{
background-color: #132422;
}
</style>
border-color css
<style>
span { border-color: #132422; }
span { border-color: rgb(19,36,34); }
td.TdClassName
{
border-color: #132422;
}
.TagClassName
{
border-color: #132422;
}
</style>