Shades of Racing Green #19342C
Tints of Racing Green #19342C
RGB
CMYK
RGB Variations
Color information
#19342C (or 0x19342C) is known color: Racing Green. HEX triplet: 19, 34 and 2C. RGB value is (25,52,44). Sum of RGB (Red+Green+Blue) = 25+52+44=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #19342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19342C is #E6CBD3. Grayscale: #2B2B2B. Windows color (decimal): -15125460 or 2896921. OLE color: 2896921.
HSL color Cylindrical-coordinate representation of color #19342C: hue angle of 162.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19342C is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 44 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.80 |
| HSL | 162.22º | 0.35% | 0.15% | - |
| HSV(B) | 162.22º | 0.52% | 0.2% | - |
| XYZ | 2.08 | 2.84 | 2.82 | - |
| YUV | 43.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 44 | 0.52 | 0 | 0.15 | 0.80 | 162.22 | 0.35 | 0.15 |
| Hex | 19 | 34 | 2C | 34 | 0 | F | 50 | A2 | 23 | F |
| Octal | 31 | 64 | 54 | 64 | 0 | 17 | 120 | 242 | 43 | 17 |
| Binary | 11001 | 110100 | 101100 | 110100 | 0 | 1111 | 1010000 | 10100010 | 100011 | 1111 |
Color Harmonies of #19342C
Complementary color
Monochromatic Colors of #19342C
Black with #19342C
Text Example
Text Example
White with #19342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19342C; }
p { color: rgb(25,52,44); }
H1.HeaderClassName
{
color: #19342C;
}
.AnyTagClassName
{
color: #19342C;
}
</style>
background-color css
<style>
a { background-color: #19342C; }
a { background-color: rgb(25,52,44); }
div.DivClassName
{
background-color: #19342C;
}
.BgClassName
{
background-color: #19342C;
}
</style>
border-color css
<style>
span { border-color: #19342C; }
span { border-color: rgb(25,52,44); }
td.TdClassName
{
border-color: #19342C;
}
.TagClassName
{
border-color: #19342C;
}
</style>