Shades of Racing Green #17312B
Tints of Racing Green #17312B
RGB
CMYK
RGB Variations
Color information
#17312B (or 0x17312B) is known color: Racing Green. HEX triplet: 17, 31 and 2B. RGB value is (23,49,43). Sum of RGB (Red+Green+Blue) = 23+49+43=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #17312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17312B is #E8CED4. Grayscale: #282828. Windows color (decimal): -15257301 or 2830615. OLE color: 2830615.
HSL color Cylindrical-coordinate representation of color #17312B: hue angle of 166.15º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17312B is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 49 | 43 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.81 |
| HSL | 166.15º | 0.36% | 0.14% | - |
| HSV(B) | 166.15º | 0.53% | 0.19% | - |
| XYZ | 1.89 | 2.55 | 2.68 | - |
| YUV | 40.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 43 | 0.53 | 0 | 0.12 | 0.81 | 166.15 | 0.36 | 0.14 |
| Hex | 17 | 31 | 2B | 35 | 0 | C | 51 | A6 | 24 | E |
| Octal | 27 | 61 | 53 | 65 | 0 | 14 | 121 | 246 | 44 | 16 |
| Binary | 10111 | 110001 | 101011 | 110101 | 0 | 1100 | 1010001 | 10100110 | 100100 | 1110 |
Color Harmonies of #17312B
Complementary color
Monochromatic Colors of #17312B
Black with #17312B
Text Example
Text Example
White with #17312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17312B; }
p { color: rgb(23,49,43); }
H1.HeaderClassName
{
color: #17312B;
}
.AnyTagClassName
{
color: #17312B;
}
</style>
background-color css
<style>
a { background-color: #17312B; }
a { background-color: rgb(23,49,43); }
div.DivClassName
{
background-color: #17312B;
}
.BgClassName
{
background-color: #17312B;
}
</style>
border-color css
<style>
span { border-color: #17312B; }
span { border-color: rgb(23,49,43); }
td.TdClassName
{
border-color: #17312B;
}
.TagClassName
{
border-color: #17312B;
}
</style>