Shades of Racing Green #113128
Tints of Racing Green #113128
RGB
CMYK
RGB Variations
Color information
#113128 (or 0x113128) is known color: Racing Green. HEX triplet: 11, 31 and 28. RGB value is (17,49,40). Sum of RGB (Red+Green+Blue) = 17+49+40=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #113128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113128 is #EECED7. Grayscale: #262626. Windows color (decimal): -15650520 or 2634001. OLE color: 2634001.
HSL color Cylindrical-coordinate representation of color #113128: hue angle of 163.12º 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 #113128 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 40 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.81 |
| HSL | 163.13º | 0.48% | 0.13% | - |
| HSV(B) | 163.13º | 0.65% | 0.19% | - |
| XYZ | 1.71 | 2.47 | 2.39 | - |
| YUV | 38.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 40 | 0.65 | 0 | 0.18 | 0.81 | 163.13 | 0.48 | 0.13 |
| Hex | 11 | 31 | 28 | 41 | 0 | 12 | 51 | A3 | 30 | D |
| Octal | 21 | 61 | 50 | 101 | 0 | 22 | 121 | 243 | 60 | 15 |
| Binary | 10001 | 110001 | 101000 | 1000001 | 0 | 10010 | 1010001 | 10100011 | 110000 | 1101 |
Color Harmonies of #113128
Complementary color
Monochromatic Colors of #113128
Black with #113128
Text Example
Text Example
White with #113128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113128; }
p { color: rgb(17,49,40); }
H1.HeaderClassName
{
color: #113128;
}
.AnyTagClassName
{
color: #113128;
}
</style>
background-color css
<style>
a { background-color: #113128; }
a { background-color: rgb(17,49,40); }
div.DivClassName
{
background-color: #113128;
}
.BgClassName
{
background-color: #113128;
}
</style>
border-color css
<style>
span { border-color: #113128; }
span { border-color: rgb(17,49,40); }
td.TdClassName
{
border-color: #113128;
}
.TagClassName
{
border-color: #113128;
}
</style>