Shades of Racing Green #19322A
Tints of Racing Green #19322A
RGB
CMYK
RGB Variations
Color information
#19322A (or 0x19322A) is known color: Racing Green. HEX triplet: 19, 32 and 2A. RGB value is (25,50,42). Sum of RGB (Red+Green+Blue) = 25+50+42=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #19322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19322A is #E6CDD5. Grayscale: #292929. Windows color (decimal): -15125974 or 2765337. OLE color: 2765337.
HSL color Cylindrical-coordinate representation of color #19322A: hue angle of 160.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #19322A is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 42 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.80 |
| HSL | 160.8º | 0.33% | 0.15% | - |
| HSV(B) | 160.8º | 0.5% | 0.2% | - |
| XYZ | 1.96 | 2.66 | 2.6 | - |
| YUV | 41.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 42 | 0.50 | 0 | 0.16 | 0.80 | 160.8 | 0.33 | 0.15 |
| Hex | 19 | 32 | 2A | 32 | 0 | 10 | 50 | A1 | 21 | F |
| Octal | 31 | 62 | 52 | 62 | 0 | 20 | 120 | 241 | 41 | 17 |
| Binary | 11001 | 110010 | 101010 | 110010 | 0 | 10000 | 1010000 | 10100001 | 100001 | 1111 |
Color Harmonies of #19322A
Complementary color
Monochromatic Colors of #19322A
Black with #19322A
Text Example
Text Example
White with #19322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19322A; }
p { color: rgb(25,50,42); }
H1.HeaderClassName
{
color: #19322A;
}
.AnyTagClassName
{
color: #19322A;
}
</style>
background-color css
<style>
a { background-color: #19322A; }
a { background-color: rgb(25,50,42); }
div.DivClassName
{
background-color: #19322A;
}
.BgClassName
{
background-color: #19322A;
}
</style>
border-color css
<style>
span { border-color: #19322A; }
span { border-color: rgb(25,50,42); }
td.TdClassName
{
border-color: #19322A;
}
.TagClassName
{
border-color: #19322A;
}
</style>