Shades of Racing Green #193430
Tints of Racing Green #193430
RGB
CMYK
RGB Variations
Color information
#193430 (or 0x193430) is known color: Racing Green. HEX triplet: 19, 34 and 30. RGB value is (25,52,48). Sum of RGB (Red+Green+Blue) = 25+52+48=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #193430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193430 is #E6CBCF. Grayscale: #2B2B2B. Windows color (decimal): -15125456 or 3159065. OLE color: 3159065.
HSL color Cylindrical-coordinate representation of color #193430: hue angle of 171.11º 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 #193430 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 48 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.80 |
| HSL | 171.11º | 0.35% | 0.15% | - |
| HSV(B) | 171.11º | 0.52% | 0.2% | - |
| XYZ | 2.16 | 2.88 | 3.24 | - |
| YUV | 43.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 48 | 0.52 | 0 | 0.08 | 0.80 | 171.11 | 0.35 | 0.15 |
| Hex | 19 | 34 | 30 | 34 | 0 | 8 | 50 | AB | 23 | F |
| Octal | 31 | 64 | 60 | 64 | 0 | 10 | 120 | 253 | 43 | 17 |
| Binary | 11001 | 110100 | 110000 | 110100 | 0 | 1000 | 1010000 | 10101011 | 100011 | 1111 |
Color Harmonies of #193430
Complementary color
Monochromatic Colors of #193430
Black with #193430
Text Example
Text Example
White with #193430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193430; }
p { color: rgb(25,52,48); }
H1.HeaderClassName
{
color: #193430;
}
.AnyTagClassName
{
color: #193430;
}
</style>
background-color css
<style>
a { background-color: #193430; }
a { background-color: rgb(25,52,48); }
div.DivClassName
{
background-color: #193430;
}
.BgClassName
{
background-color: #193430;
}
</style>
border-color css
<style>
span { border-color: #193430; }
span { border-color: rgb(25,52,48); }
td.TdClassName
{
border-color: #193430;
}
.TagClassName
{
border-color: #193430;
}
</style>