Shades of Racing Green #17302D
Tints of Racing Green #17302D
RGB
CMYK
RGB Variations
Color information
#17302D (or 0x17302D) is known color: Racing Green. HEX triplet: 17, 30 and 2D. RGB value is (23,48,45). Sum of RGB (Red+Green+Blue) = 23+48+45=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #17302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17302D is #E8CFD2. Grayscale: #282828. Windows color (decimal): -15257555 or 2961431. OLE color: 2961431.
HSL color Cylindrical-coordinate representation of color #17302D: hue angle of 172.8º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17302D is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 48 | 45 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.81 |
| HSL | 172.8º | 0.35% | 0.14% | - |
| HSV(B) | 172.8º | 0.52% | 0.19% | - |
| XYZ | 1.88 | 2.49 | 2.86 | - |
| YUV | 40.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 45 | 0.52 | 0 | 0.06 | 0.81 | 172.8 | 0.35 | 0.14 |
| Hex | 17 | 30 | 2D | 34 | 0 | 6 | 51 | AD | 23 | E |
| Octal | 27 | 60 | 55 | 64 | 0 | 6 | 121 | 255 | 43 | 16 |
| Binary | 10111 | 110000 | 101101 | 110100 | 0 | 110 | 1010001 | 10101101 | 100011 | 1110 |
Color Harmonies of #17302D
Complementary color
Monochromatic Colors of #17302D
Black with #17302D
Text Example
Text Example
White with #17302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17302D; }
p { color: rgb(23,48,45); }
H1.HeaderClassName
{
color: #17302D;
}
.AnyTagClassName
{
color: #17302D;
}
</style>
background-color css
<style>
a { background-color: #17302D; }
a { background-color: rgb(23,48,45); }
div.DivClassName
{
background-color: #17302D;
}
.BgClassName
{
background-color: #17302D;
}
</style>
border-color css
<style>
span { border-color: #17302D; }
span { border-color: rgb(23,48,45); }
td.TdClassName
{
border-color: #17302D;
}
.TagClassName
{
border-color: #17302D;
}
</style>