Shades of Racing Green #113129
Tints of Racing Green #113129
RGB
CMYK
RGB Variations
Color information
#113129 (or 0x113129) is known color: Racing Green. HEX triplet: 11, 31 and 29. RGB value is (17,49,41). Sum of RGB (Red+Green+Blue) = 17+49+41=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #113129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113129 is #EECED6. Grayscale: #262626. Windows color (decimal): -15650519 or 2699537. OLE color: 2699537.
HSL color Cylindrical-coordinate representation of color #113129: hue angle of 165º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113129 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 41 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.81 |
| HSL | 165º | 0.48% | 0.13% | - |
| HSV(B) | 165º | 0.65% | 0.19% | - |
| XYZ | 1.73 | 2.48 | 2.48 | - |
| YUV | 38.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 41 | 0.65 | 0 | 0.16 | 0.81 | 165 | 0.48 | 0.13 |
| Hex | 11 | 31 | 29 | 41 | 0 | 10 | 51 | A5 | 30 | D |
| Octal | 21 | 61 | 51 | 101 | 0 | 20 | 121 | 245 | 60 | 15 |
| Binary | 10001 | 110001 | 101001 | 1000001 | 0 | 10000 | 1010001 | 10100101 | 110000 | 1101 |
Color Harmonies of #113129
Complementary color
Monochromatic Colors of #113129
Black with #113129
Text Example
Text Example
White with #113129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113129; }
p { color: rgb(17,49,41); }
H1.HeaderClassName
{
color: #113129;
}
.AnyTagClassName
{
color: #113129;
}
</style>
background-color css
<style>
a { background-color: #113129; }
a { background-color: rgb(17,49,41); }
div.DivClassName
{
background-color: #113129;
}
.BgClassName
{
background-color: #113129;
}
</style>
border-color css
<style>
span { border-color: #113129; }
span { border-color: rgb(17,49,41); }
td.TdClassName
{
border-color: #113129;
}
.TagClassName
{
border-color: #113129;
}
</style>