Shades of Racing Green #171D1C
Tints of Racing Green #171D1C
RGB
CMYK
RGB Variations
Color information
#171D1C (or 0x171D1C) is known color: Racing Green. HEX triplet: 17, 1D and 1C. RGB value is (23,29,28). Sum of RGB (Red+Green+Blue) = 23+29+28=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 29 - color contains mainly: green. Hex color #171D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171D1C is #E8E2E3. Grayscale: #1B1B1B. Windows color (decimal): -15262436 or 1842455. OLE color: 1842455.
HSL color Cylindrical-coordinate representation of color #171D1C: hue angle of 170º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #171D1C is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 29 | 28 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.89 |
| HSL | 170º | 0.12% | 0.1% | - |
| HSV(B) | 170º | 0.21% | 0.11% | - |
| XYZ | 1 | 1.14 | 1.27 | - |
| YUV | 27.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 28 | 0.21 | 0 | 0.03 | 0.89 | 170 | 0.12 | 0.1 |
| Hex | 17 | 1D | 1C | 15 | 0 | 3 | 59 | AA | C | A |
| Octal | 27 | 35 | 34 | 25 | 0 | 3 | 131 | 252 | 14 | 12 |
| Binary | 10111 | 11101 | 11100 | 10101 | 0 | 11 | 1011001 | 10101010 | 1100 | 1010 |
Color Harmonies of #171D1C
Complementary color
Monochromatic Colors of #171D1C
Black with #171D1C
Text Example
Text Example
White with #171D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D1C; }
p { color: rgb(23,29,28); }
H1.HeaderClassName
{
color: #171D1C;
}
.AnyTagClassName
{
color: #171D1C;
}
</style>
background-color css
<style>
a { background-color: #171D1C; }
a { background-color: rgb(23,29,28); }
div.DivClassName
{
background-color: #171D1C;
}
.BgClassName
{
background-color: #171D1C;
}
</style>
border-color css
<style>
span { border-color: #171D1C; }
span { border-color: rgb(23,29,28); }
td.TdClassName
{
border-color: #171D1C;
}
.TagClassName
{
border-color: #171D1C;
}
</style>