Shades of Racing Green #19322F
Tints of Racing Green #19322F
RGB
CMYK
RGB Variations
Color information
#19322F (or 0x19322F) is known color: Racing Green. HEX triplet: 19, 32 and 2F. RGB value is (25,50,47). Sum of RGB (Red+Green+Blue) = 25+50+47=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #19322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19322F is #E6CDD0. Grayscale: #2A2A2A. Windows color (decimal): -15125969 or 3093017. OLE color: 3093017.
HSL color Cylindrical-coordinate representation of color #19322F: hue angle of 172.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 #19322F is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 47 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.80 |
| HSL | 172.8º | 0.33% | 0.15% | - |
| HSV(B) | 172.8º | 0.5% | 0.2% | - |
| XYZ | 2.05 | 2.69 | 3.1 | - |
| YUV | 42.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 47 | 0.50 | 0 | 0.06 | 0.80 | 172.8 | 0.33 | 0.15 |
| Hex | 19 | 32 | 2F | 32 | 0 | 6 | 50 | AD | 21 | F |
| Octal | 31 | 62 | 57 | 62 | 0 | 6 | 120 | 255 | 41 | 17 |
| Binary | 11001 | 110010 | 101111 | 110010 | 0 | 110 | 1010000 | 10101101 | 100001 | 1111 |
Color Harmonies of #19322F
Complementary color
Monochromatic Colors of #19322F
Black with #19322F
Text Example
Text Example
White with #19322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19322F; }
p { color: rgb(25,50,47); }
H1.HeaderClassName
{
color: #19322F;
}
.AnyTagClassName
{
color: #19322F;
}
</style>
background-color css
<style>
a { background-color: #19322F; }
a { background-color: rgb(25,50,47); }
div.DivClassName
{
background-color: #19322F;
}
.BgClassName
{
background-color: #19322F;
}
</style>
border-color css
<style>
span { border-color: #19322F; }
span { border-color: rgb(25,50,47); }
td.TdClassName
{
border-color: #19322F;
}
.TagClassName
{
border-color: #19322F;
}
</style>