Shades of Racing Green #191D1C
Tints of Racing Green #191D1C
RGB
CMYK
RGB Variations
Color information
#191D1C (or 0x191D1C) is known color: Racing Green. HEX triplet: 19, 1D and 1C. RGB value is (25,29,28). Sum of RGB (Red+Green+Blue) = 25+29+28=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 29 - color contains mainly: green. Hex color #191D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D1C is #E6E2E3. Grayscale: #1B1B1B. Windows color (decimal): -15131364 or 1842457. OLE color: 1842457.
HSL color Cylindrical-coordinate representation of color #191D1C: hue angle of 165º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #191D1C is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 29 | 28 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.89 |
| HSL | 165º | 0.07% | 0.11% | - |
| HSV(B) | 165º | 0.14% | 0.11% | - |
| XYZ | 1.05 | 1.17 | 1.27 | - |
| YUV | 27.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 28 | 0.14 | 0 | 0.03 | 0.89 | 165 | 0.07 | 0.11 |
| Hex | 19 | 1D | 1C | E | 0 | 3 | 59 | A5 | 7 | B |
| Octal | 31 | 35 | 34 | 16 | 0 | 3 | 131 | 245 | 7 | 13 |
| Binary | 11001 | 11101 | 11100 | 1110 | 0 | 11 | 1011001 | 10100101 | 111 | 1011 |
Color Harmonies of #191D1C
Complementary color
Monochromatic Colors of #191D1C
Black with #191D1C
Text Example
Text Example
White with #191D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D1C; }
p { color: rgb(25,29,28); }
H1.HeaderClassName
{
color: #191D1C;
}
.AnyTagClassName
{
color: #191D1C;
}
</style>
background-color css
<style>
a { background-color: #191D1C; }
a { background-color: rgb(25,29,28); }
div.DivClassName
{
background-color: #191D1C;
}
.BgClassName
{
background-color: #191D1C;
}
</style>
border-color css
<style>
span { border-color: #191D1C; }
span { border-color: rgb(25,29,28); }
td.TdClassName
{
border-color: #191D1C;
}
.TagClassName
{
border-color: #191D1C;
}
</style>