Shades of Racing Green #192F28
Tints of Racing Green #192F28
RGB
CMYK
RGB Variations
Color information
#192F28 (or 0x192F28) is known color: Racing Green. HEX triplet: 19, 2F and 28. RGB value is (25,47,40). Sum of RGB (Red+Green+Blue) = 25+47+40=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 47 - color contains mainly: green. Hex color #192F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F28 is #E6D0D7. Grayscale: #272727. Windows color (decimal): -15126744 or 2633497. OLE color: 2633497.
HSL color Cylindrical-coordinate representation of color #192F28: hue angle of 160.91º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #192F28 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 47 | 40 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.82 |
| HSL | 160.91º | 0.31% | 0.14% | - |
| HSV(B) | 160.91º | 0.47% | 0.18% | - |
| XYZ | 1.8 | 2.39 | 2.37 | - |
| YUV | 39.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 40 | 0.47 | 0 | 0.15 | 0.82 | 160.91 | 0.31 | 0.14 |
| Hex | 19 | 2F | 28 | 2F | 0 | F | 52 | A1 | 1F | E |
| Octal | 31 | 57 | 50 | 57 | 0 | 17 | 122 | 241 | 37 | 16 |
| Binary | 11001 | 101111 | 101000 | 101111 | 0 | 1111 | 1010010 | 10100001 | 11111 | 1110 |
Color Harmonies of #192F28
Complementary color
Monochromatic Colors of #192F28
Black with #192F28
Text Example
Text Example
White with #192F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F28; }
p { color: rgb(25,47,40); }
H1.HeaderClassName
{
color: #192F28;
}
.AnyTagClassName
{
color: #192F28;
}
</style>
background-color css
<style>
a { background-color: #192F28; }
a { background-color: rgb(25,47,40); }
div.DivClassName
{
background-color: #192F28;
}
.BgClassName
{
background-color: #192F28;
}
</style>
border-color css
<style>
span { border-color: #192F28; }
span { border-color: rgb(25,47,40); }
td.TdClassName
{
border-color: #192F28;
}
.TagClassName
{
border-color: #192F28;
}
</style>