Shades of Racing Green #17312D
Tints of Racing Green #17312D
RGB
CMYK
RGB Variations
Color information
#17312D (or 0x17312D) is known color: Racing Green. HEX triplet: 17, 31 and 2D. RGB value is (23,49,45). Sum of RGB (Red+Green+Blue) = 23+49+45=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #17312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17312D is #E8CED2. Grayscale: #282828. Windows color (decimal): -15257299 or 2961687. OLE color: 2961687.
HSL color Cylindrical-coordinate representation of color #17312D: hue angle of 170.77º 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 #17312D is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 49 | 45 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.81 |
| HSL | 170.77º | 0.36% | 0.14% | - |
| HSV(B) | 170.77º | 0.53% | 0.19% | - |
| XYZ | 1.93 | 2.57 | 2.88 | - |
| YUV | 40.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 45 | 0.53 | 0 | 0.08 | 0.81 | 170.77 | 0.36 | 0.14 |
| Hex | 17 | 31 | 2D | 35 | 0 | 8 | 51 | AB | 24 | E |
| Octal | 27 | 61 | 55 | 65 | 0 | 10 | 121 | 253 | 44 | 16 |
| Binary | 10111 | 110001 | 101101 | 110101 | 0 | 1000 | 1010001 | 10101011 | 100100 | 1110 |
Color Harmonies of #17312D
Complementary color
Monochromatic Colors of #17312D
Black with #17312D
Text Example
Text Example
White with #17312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17312D; }
p { color: rgb(23,49,45); }
H1.HeaderClassName
{
color: #17312D;
}
.AnyTagClassName
{
color: #17312D;
}
</style>
background-color css
<style>
a { background-color: #17312D; }
a { background-color: rgb(23,49,45); }
div.DivClassName
{
background-color: #17312D;
}
.BgClassName
{
background-color: #17312D;
}
</style>
border-color css
<style>
span { border-color: #17312D; }
span { border-color: rgb(23,49,45); }
td.TdClassName
{
border-color: #17312D;
}
.TagClassName
{
border-color: #17312D;
}
</style>