Shades of Racing Green #19372F
Tints of Racing Green #19372F
RGB
CMYK
RGB Variations
Color information
#19372F (or 0x19372F) is known color: Racing Green. HEX triplet: 19, 37 and 2F. RGB value is (25,55,47). Sum of RGB (Red+Green+Blue) = 25+55+47=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #19372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19372F is #E6C8D0. Grayscale: #2D2D2D. Windows color (decimal): -15124689 or 3094297. OLE color: 3094297.
HSL color Cylindrical-coordinate representation of color #19372F: hue angle of 164º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19372F is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 47 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.78 |
| HSL | 164º | 0.38% | 0.16% | - |
| HSV(B) | 164º | 0.55% | 0.22% | - |
| XYZ | 2.28 | 3.14 | 3.18 | - |
| YUV | 45.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 47 | 0.55 | 0 | 0.15 | 0.78 | 164 | 0.38 | 0.16 |
| Hex | 19 | 37 | 2F | 37 | 0 | F | 4E | A4 | 26 | 10 |
| Octal | 31 | 67 | 57 | 67 | 0 | 17 | 116 | 244 | 46 | 20 |
| Binary | 11001 | 110111 | 101111 | 110111 | 0 | 1111 | 1001110 | 10100100 | 100110 | 10000 |
Color Harmonies of #19372F
Complementary color
Monochromatic Colors of #19372F
Black with #19372F
Text Example
Text Example
White with #19372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19372F; }
p { color: rgb(25,55,47); }
H1.HeaderClassName
{
color: #19372F;
}
.AnyTagClassName
{
color: #19372F;
}
</style>
background-color css
<style>
a { background-color: #19372F; }
a { background-color: rgb(25,55,47); }
div.DivClassName
{
background-color: #19372F;
}
.BgClassName
{
background-color: #19372F;
}
</style>
border-color css
<style>
span { border-color: #19372F; }
span { border-color: rgb(25,55,47); }
td.TdClassName
{
border-color: #19372F;
}
.TagClassName
{
border-color: #19372F;
}
</style>