Shades of Racing Green #192A26
Tints of Racing Green #192A26
RGB
CMYK
RGB Variations
Color information
#192A26 (or 0x192A26) is known color: Racing Green. HEX triplet: 19, 2A and 26. RGB value is (25,42,38). Sum of RGB (Red+Green+Blue) = 25+42+38=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 42 - color contains mainly: green. Hex color #192A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A26 is #E6D5D9. Grayscale: #242424. Windows color (decimal): -15128026 or 2501145. OLE color: 2501145.
HSL color Cylindrical-coordinate representation of color #192A26: hue angle of 165.88º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #192A26 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 42 | 38 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.84 |
| HSL | 165.88º | 0.25% | 0.13% | - |
| HSV(B) | 165.88º | 0.4% | 0.16% | - |
| XYZ | 1.58 | 2 | 2.14 | - |
| YUV | 36.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 38 | 0.40 | 0 | 0.10 | 0.84 | 165.88 | 0.25 | 0.13 |
| Hex | 19 | 2A | 26 | 28 | 0 | A | 54 | A6 | 19 | D |
| Octal | 31 | 52 | 46 | 50 | 0 | 12 | 124 | 246 | 31 | 15 |
| Binary | 11001 | 101010 | 100110 | 101000 | 0 | 1010 | 1010100 | 10100110 | 11001 | 1101 |
Color Harmonies of #192A26
Complementary color
Monochromatic Colors of #192A26
Black with #192A26
Text Example
Text Example
White with #192A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A26; }
p { color: rgb(25,42,38); }
H1.HeaderClassName
{
color: #192A26;
}
.AnyTagClassName
{
color: #192A26;
}
</style>
background-color css
<style>
a { background-color: #192A26; }
a { background-color: rgb(25,42,38); }
div.DivClassName
{
background-color: #192A26;
}
.BgClassName
{
background-color: #192A26;
}
</style>
border-color css
<style>
span { border-color: #192A26; }
span { border-color: rgb(25,42,38); }
td.TdClassName
{
border-color: #192A26;
}
.TagClassName
{
border-color: #192A26;
}
</style>