Shades of Racing Green #192B29
Tints of Racing Green #192B29
RGB
CMYK
RGB Variations
Color information
#192B29 (or 0x192B29) is known color: Racing Green. HEX triplet: 19, 2B and 29. RGB value is (25,43,41). Sum of RGB (Red+Green+Blue) = 25+43+41=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 43 - color contains mainly: green. Hex color #192B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192B29 is #E6D4D6. Grayscale: #252525. Windows color (decimal): -15127767 or 2698009. OLE color: 2698009.
HSL color Cylindrical-coordinate representation of color #192B29: hue angle of 173.33º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #192B29 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 43 | 41 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.83 |
| HSL | 173.33º | 0.26% | 0.13% | - |
| HSV(B) | 173.33º | 0.42% | 0.17% | - |
| XYZ | 1.67 | 2.09 | 2.41 | - |
| YUV | 37.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 41 | 0.42 | 0 | 0.05 | 0.83 | 173.33 | 0.26 | 0.13 |
| Hex | 19 | 2B | 29 | 2A | 0 | 5 | 53 | AD | 1A | D |
| Octal | 31 | 53 | 51 | 52 | 0 | 5 | 123 | 255 | 32 | 15 |
| Binary | 11001 | 101011 | 101001 | 101010 | 0 | 101 | 1010011 | 10101101 | 11010 | 1101 |
Color Harmonies of #192B29
Complementary color
Monochromatic Colors of #192B29
Black with #192B29
Text Example
Text Example
White with #192B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B29; }
p { color: rgb(25,43,41); }
H1.HeaderClassName
{
color: #192B29;
}
.AnyTagClassName
{
color: #192B29;
}
</style>
background-color css
<style>
a { background-color: #192B29; }
a { background-color: rgb(25,43,41); }
div.DivClassName
{
background-color: #192B29;
}
.BgClassName
{
background-color: #192B29;
}
</style>
border-color css
<style>
span { border-color: #192B29; }
span { border-color: rgb(25,43,41); }
td.TdClassName
{
border-color: #192B29;
}
.TagClassName
{
border-color: #192B29;
}
</style>