Shades of Racing Green #11372C
Tints of Racing Green #11372C
RGB
CMYK
RGB Variations
Color information
#11372C (or 0x11372C) is known color: Racing Green. HEX triplet: 11, 37 and 2C. RGB value is (17,55,44). Sum of RGB (Red+Green+Blue) = 17+55+44=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #11372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11372C is #EEC8D3. Grayscale: #2A2A2A. Windows color (decimal): -15648980 or 2897681. OLE color: 2897681.
HSL color Cylindrical-coordinate representation of color #11372C: hue angle of 162.63º 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 #11372C is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 44 | - |
| CMYK | 0.69 | 0 | 0.2 | 0.78 |
| HSL | 162.63º | 0.53% | 0.14% | - |
| HSV(B) | 162.63º | 0.69% | 0.22% | - |
| XYZ | 2.05 | 3.03 | 2.86 | - |
| YUV | 42.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 44 | 0.69 | 0 | 0.2 | 0.78 | 162.63 | 0.53 | 0.14 |
| Hex | 11 | 37 | 2C | 45 | 0 | 14 | 4E | A3 | 35 | E |
| Octal | 21 | 67 | 54 | 105 | 0 | 24 | 116 | 243 | 65 | 16 |
| Binary | 10001 | 110111 | 101100 | 1000101 | 0 | 10100 | 1001110 | 10100011 | 110101 | 1110 |
Color Harmonies of #11372C
Complementary color
Monochromatic Colors of #11372C
Black with #11372C
Text Example
Text Example
White with #11372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11372C; }
p { color: rgb(17,55,44); }
H1.HeaderClassName
{
color: #11372C;
}
.AnyTagClassName
{
color: #11372C;
}
</style>
background-color css
<style>
a { background-color: #11372C; }
a { background-color: rgb(17,55,44); }
div.DivClassName
{
background-color: #11372C;
}
.BgClassName
{
background-color: #11372C;
}
</style>
border-color css
<style>
span { border-color: #11372C; }
span { border-color: rgb(17,55,44); }
td.TdClassName
{
border-color: #11372C;
}
.TagClassName
{
border-color: #11372C;
}
</style>