Shades of Racing Green #19352F
Tints of Racing Green #19352F
RGB
CMYK
RGB Variations
Color information
#19352F (or 0x19352F) is known color: Racing Green. HEX triplet: 19, 35 and 2F. RGB value is (25,53,47). Sum of RGB (Red+Green+Blue) = 25+53+47=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #19352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19352F is #E6CAD0. Grayscale: #2B2B2B. Windows color (decimal): -15125201 or 3093785. OLE color: 3093785.
HSL color Cylindrical-coordinate representation of color #19352F: hue angle of 167.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #19352F is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 47 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.79 |
| HSL | 167.14º | 0.36% | 0.15% | - |
| HSV(B) | 167.14º | 0.53% | 0.21% | - |
| XYZ | 2.19 | 2.96 | 3.15 | - |
| YUV | 43.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 47 | 0.53 | 0 | 0.11 | 0.79 | 167.14 | 0.36 | 0.15 |
| Hex | 19 | 35 | 2F | 35 | 0 | B | 4F | A7 | 24 | F |
| Octal | 31 | 65 | 57 | 65 | 0 | 13 | 117 | 247 | 44 | 17 |
| Binary | 11001 | 110101 | 101111 | 110101 | 0 | 1011 | 1001111 | 10100111 | 100100 | 1111 |
Color Harmonies of #19352F
Complementary color
Monochromatic Colors of #19352F
Black with #19352F
Text Example
Text Example
White with #19352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19352F; }
p { color: rgb(25,53,47); }
H1.HeaderClassName
{
color: #19352F;
}
.AnyTagClassName
{
color: #19352F;
}
</style>
background-color css
<style>
a { background-color: #19352F; }
a { background-color: rgb(25,53,47); }
div.DivClassName
{
background-color: #19352F;
}
.BgClassName
{
background-color: #19352F;
}
</style>
border-color css
<style>
span { border-color: #19352F; }
span { border-color: rgb(25,53,47); }
td.TdClassName
{
border-color: #19352F;
}
.TagClassName
{
border-color: #19352F;
}
</style>