Shades of Racing Green #11372E
Tints of Racing Green #11372E
RGB
CMYK
RGB Variations
Color information
#11372E (or 0x11372E) is known color: Racing Green. HEX triplet: 11, 37 and 2E. RGB value is (17,55,46). Sum of RGB (Red+Green+Blue) = 17+55+46=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #11372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11372E is #EEC8D1. Grayscale: #2A2A2A. Windows color (decimal): -15648978 or 3028753. OLE color: 3028753.
HSL color Cylindrical-coordinate representation of color #11372E: hue angle of 165.79º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11372E is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 46 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.78 |
| HSL | 165.79º | 0.53% | 0.14% | - |
| HSV(B) | 165.79º | 0.69% | 0.22% | - |
| XYZ | 2.09 | 3.05 | 3.06 | - |
| YUV | 42.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 46 | 0.69 | 0 | 0.16 | 0.78 | 165.79 | 0.53 | 0.14 |
| Hex | 11 | 37 | 2E | 45 | 0 | 10 | 4E | A6 | 35 | E |
| Octal | 21 | 67 | 56 | 105 | 0 | 20 | 116 | 246 | 65 | 16 |
| Binary | 10001 | 110111 | 101110 | 1000101 | 0 | 10000 | 1001110 | 10100110 | 110101 | 1110 |
Color Harmonies of #11372E
Complementary color
Monochromatic Colors of #11372E
Black with #11372E
Text Example
Text Example
White with #11372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11372E; }
p { color: rgb(17,55,46); }
H1.HeaderClassName
{
color: #11372E;
}
.AnyTagClassName
{
color: #11372E;
}
</style>
background-color css
<style>
a { background-color: #11372E; }
a { background-color: rgb(17,55,46); }
div.DivClassName
{
background-color: #11372E;
}
.BgClassName
{
background-color: #11372E;
}
</style>
border-color css
<style>
span { border-color: #11372E; }
span { border-color: rgb(17,55,46); }
td.TdClassName
{
border-color: #11372E;
}
.TagClassName
{
border-color: #11372E;
}
</style>