Shades of Racing Green #17342D
Tints of Racing Green #17342D
RGB
CMYK
RGB Variations
Color information
#17342D (or 0x17342D) is known color: Racing Green. HEX triplet: 17, 34 and 2D. RGB value is (23,52,45). Sum of RGB (Red+Green+Blue) = 23+52+45=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #17342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17342D is #E8CBD2. Grayscale: #2A2A2A. Windows color (decimal): -15256531 or 2962455. OLE color: 2962455.
HSL color Cylindrical-coordinate representation of color #17342D: hue angle of 165.52º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #17342D is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 52 | 45 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.80 |
| HSL | 165.52º | 0.39% | 0.15% | - |
| HSV(B) | 165.52º | 0.56% | 0.2% | - |
| XYZ | 2.05 | 2.83 | 2.92 | - |
| YUV | 42.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 45 | 0.56 | 0 | 0.13 | 0.80 | 165.52 | 0.39 | 0.15 |
| Hex | 17 | 34 | 2D | 38 | 0 | D | 50 | A6 | 27 | F |
| Octal | 27 | 64 | 55 | 70 | 0 | 15 | 120 | 246 | 47 | 17 |
| Binary | 10111 | 110100 | 101101 | 111000 | 0 | 1101 | 1010000 | 10100110 | 100111 | 1111 |
Color Harmonies of #17342D
Complementary color
Monochromatic Colors of #17342D
Black with #17342D
Text Example
Text Example
White with #17342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17342D; }
p { color: rgb(23,52,45); }
H1.HeaderClassName
{
color: #17342D;
}
.AnyTagClassName
{
color: #17342D;
}
</style>
background-color css
<style>
a { background-color: #17342D; }
a { background-color: rgb(23,52,45); }
div.DivClassName
{
background-color: #17342D;
}
.BgClassName
{
background-color: #17342D;
}
</style>
border-color css
<style>
span { border-color: #17342D; }
span { border-color: rgb(23,52,45); }
td.TdClassName
{
border-color: #17342D;
}
.TagClassName
{
border-color: #17342D;
}
</style>