Shades of Racing Green #192320
Tints of Racing Green #192320
RGB
CMYK
RGB Variations
Color information
#192320 (or 0x192320) is known color: Racing Green. HEX triplet: 19, 23 and 20. RGB value is (25,35,32). Sum of RGB (Red+Green+Blue) = 25+35+32=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 35 - color contains mainly: green. Hex color #192320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192320 is #E6DCDF. Grayscale: #1F1F1F. Windows color (decimal): -15129824 or 2106137. OLE color: 2106137.
HSL color Cylindrical-coordinate representation of color #192320: hue angle of 162º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #192320 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 35 | 32 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.86 |
| HSL | 162º | 0.17% | 0.12% | - |
| HSV(B) | 162º | 0.29% | 0.14% | - |
| XYZ | 1.26 | 1.51 | 1.59 | - |
| YUV | 31.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 32 | 0.29 | 0 | 0.09 | 0.86 | 162 | 0.17 | 0.12 |
| Hex | 19 | 23 | 20 | 1D | 0 | 9 | 56 | A2 | 11 | C |
| Octal | 31 | 43 | 40 | 35 | 0 | 11 | 126 | 242 | 21 | 14 |
| Binary | 11001 | 100011 | 100000 | 11101 | 0 | 1001 | 1010110 | 10100010 | 10001 | 1100 |
Color Harmonies of #192320
Complementary color
Monochromatic Colors of #192320
Black with #192320
Text Example
Text Example
White with #192320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192320; }
p { color: rgb(25,35,32); }
H1.HeaderClassName
{
color: #192320;
}
.AnyTagClassName
{
color: #192320;
}
</style>
background-color css
<style>
a { background-color: #192320; }
a { background-color: rgb(25,35,32); }
div.DivClassName
{
background-color: #192320;
}
.BgClassName
{
background-color: #192320;
}
</style>
border-color css
<style>
span { border-color: #192320; }
span { border-color: rgb(25,35,32); }
td.TdClassName
{
border-color: #192320;
}
.TagClassName
{
border-color: #192320;
}
</style>