Shades of Racing Green #191F1D
Tints of Racing Green #191F1D
RGB
CMYK
RGB Variations
Color information
#191F1D (or 0x191F1D) is known color: Racing Green. HEX triplet: 19, 1F and 1D. RGB value is (25,31,29). Sum of RGB (Red+Green+Blue) = 25+31+29=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 31 - color contains mainly: green. Hex color #191F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F1D is #E6E0E2. Grayscale: #1C1C1C. Windows color (decimal): -15130851 or 1908505. OLE color: 1908505.
HSL color Cylindrical-coordinate representation of color #191F1D: hue angle of 160º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191F1D is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 29 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.88 |
| HSL | 160º | 0.11% | 0.11% | - |
| HSV(B) | 160º | 0.19% | 0.12% | - |
| XYZ | 1.11 | 1.28 | 1.35 | - |
| YUV | 28.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 29 | 0.19 | 0 | 0.06 | 0.88 | 160 | 0.11 | 0.11 |
| Hex | 19 | 1F | 1D | 13 | 0 | 6 | 58 | A0 | B | B |
| Octal | 31 | 37 | 35 | 23 | 0 | 6 | 130 | 240 | 13 | 13 |
| Binary | 11001 | 11111 | 11101 | 10011 | 0 | 110 | 1011000 | 10100000 | 1011 | 1011 |
Color Harmonies of #191F1D
Complementary color
Monochromatic Colors of #191F1D
Black with #191F1D
Text Example
Text Example
White with #191F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F1D; }
p { color: rgb(25,31,29); }
H1.HeaderClassName
{
color: #191F1D;
}
.AnyTagClassName
{
color: #191F1D;
}
</style>
background-color css
<style>
a { background-color: #191F1D; }
a { background-color: rgb(25,31,29); }
div.DivClassName
{
background-color: #191F1D;
}
.BgClassName
{
background-color: #191F1D;
}
</style>
border-color css
<style>
span { border-color: #191F1D; }
span { border-color: rgb(25,31,29); }
td.TdClassName
{
border-color: #191F1D;
}
.TagClassName
{
border-color: #191F1D;
}
</style>