Shades of Racing Green #192E27
Tints of Racing Green #192E27
RGB
CMYK
RGB Variations
Color information
#192E27 (or 0x192E27) is known color: Racing Green. HEX triplet: 19, 2E and 27. RGB value is (25,46,39). Sum of RGB (Red+Green+Blue) = 25+46+39=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 46 - color contains mainly: green. Hex color #192E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E27 is #E6D1D8. Grayscale: #262626. Windows color (decimal): -15127001 or 2567705. OLE color: 2567705.
HSL color Cylindrical-coordinate representation of color #192E27: hue angle of 160º 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 #192E27 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 46 | 39 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.82 |
| HSL | 160º | 0.3% | 0.14% | - |
| HSV(B) | 160º | 0.46% | 0.18% | - |
| XYZ | 1.74 | 2.31 | 2.27 | - |
| YUV | 38.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 39 | 0.46 | 0 | 0.15 | 0.82 | 160 | 0.3 | 0.14 |
| Hex | 19 | 2E | 27 | 2E | 0 | F | 52 | A0 | 1E | E |
| Octal | 31 | 56 | 47 | 56 | 0 | 17 | 122 | 240 | 36 | 16 |
| Binary | 11001 | 101110 | 100111 | 101110 | 0 | 1111 | 1010010 | 10100000 | 11110 | 1110 |
Color Harmonies of #192E27
Complementary color
Monochromatic Colors of #192E27
Black with #192E27
Text Example
Text Example
White with #192E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E27; }
p { color: rgb(25,46,39); }
H1.HeaderClassName
{
color: #192E27;
}
.AnyTagClassName
{
color: #192E27;
}
</style>
background-color css
<style>
a { background-color: #192E27; }
a { background-color: rgb(25,46,39); }
div.DivClassName
{
background-color: #192E27;
}
.BgClassName
{
background-color: #192E27;
}
</style>
border-color css
<style>
span { border-color: #192E27; }
span { border-color: rgb(25,46,39); }
td.TdClassName
{
border-color: #192E27;
}
.TagClassName
{
border-color: #192E27;
}
</style>