Shades of Racing Green #192E2A
Tints of Racing Green #192E2A
RGB
CMYK
RGB Variations
Color information
#192E2A (or 0x192E2A) is known color: Racing Green. HEX triplet: 19, 2E and 2A. RGB value is (25,46,42). Sum of RGB (Red+Green+Blue) = 25+46+42=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #192E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E2A is #E6D1D5. Grayscale: #272727. Windows color (decimal): -15126998 or 2764313. OLE color: 2764313.
HSL color Cylindrical-coordinate representation of color #192E2A: hue angle of 168.57º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #192E2A is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 46 | 42 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.82 |
| HSL | 168.57º | 0.3% | 0.14% | - |
| HSV(B) | 168.57º | 0.46% | 0.18% | - |
| XYZ | 1.8 | 2.33 | 2.55 | - |
| YUV | 39.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 42 | 0.46 | 0 | 0.09 | 0.82 | 168.57 | 0.3 | 0.14 |
| Hex | 19 | 2E | 2A | 2E | 0 | 9 | 52 | A9 | 1E | E |
| Octal | 31 | 56 | 52 | 56 | 0 | 11 | 122 | 251 | 36 | 16 |
| Binary | 11001 | 101110 | 101010 | 101110 | 0 | 1001 | 1010010 | 10101001 | 11110 | 1110 |
Color Harmonies of #192E2A
Complementary color
Monochromatic Colors of #192E2A
Black with #192E2A
Text Example
Text Example
White with #192E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E2A; }
p { color: rgb(25,46,42); }
H1.HeaderClassName
{
color: #192E2A;
}
.AnyTagClassName
{
color: #192E2A;
}
</style>
background-color css
<style>
a { background-color: #192E2A; }
a { background-color: rgb(25,46,42); }
div.DivClassName
{
background-color: #192E2A;
}
.BgClassName
{
background-color: #192E2A;
}
</style>
border-color css
<style>
span { border-color: #192E2A; }
span { border-color: rgb(25,46,42); }
td.TdClassName
{
border-color: #192E2A;
}
.TagClassName
{
border-color: #192E2A;
}
</style>