Shades of Racing Green #192925
Tints of Racing Green #192925
RGB
CMYK
RGB Variations
Color information
#192925 (or 0x192925) is known color: Racing Green. HEX triplet: 19, 29 and 25. RGB value is (25,41,37). Sum of RGB (Red+Green+Blue) = 25+41+37=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 41 - color contains mainly: green. Hex color #192925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192925 is #E6D6DA. Grayscale: #232323. Windows color (decimal): -15128283 or 2435353. OLE color: 2435353.
HSL color Cylindrical-coordinate representation of color #192925: hue angle of 165º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #192925 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 37 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.84 |
| HSL | 165º | 0.24% | 0.13% | - |
| HSV(B) | 165º | 0.39% | 0.16% | - |
| XYZ | 1.53 | 1.93 | 2.04 | - |
| YUV | 35.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 37 | 0.39 | 0 | 0.10 | 0.84 | 165 | 0.24 | 0.13 |
| Hex | 19 | 29 | 25 | 27 | 0 | A | 54 | A5 | 18 | D |
| Octal | 31 | 51 | 45 | 47 | 0 | 12 | 124 | 245 | 30 | 15 |
| Binary | 11001 | 101001 | 100101 | 100111 | 0 | 1010 | 1010100 | 10100101 | 11000 | 1101 |
Color Harmonies of #192925
Complementary color
Monochromatic Colors of #192925
Black with #192925
Text Example
Text Example
White with #192925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192925; }
p { color: rgb(25,41,37); }
H1.HeaderClassName
{
color: #192925;
}
.AnyTagClassName
{
color: #192925;
}
</style>
background-color css
<style>
a { background-color: #192925; }
a { background-color: rgb(25,41,37); }
div.DivClassName
{
background-color: #192925;
}
.BgClassName
{
background-color: #192925;
}
</style>
border-color css
<style>
span { border-color: #192925; }
span { border-color: rgb(25,41,37); }
td.TdClassName
{
border-color: #192925;
}
.TagClassName
{
border-color: #192925;
}
</style>