Shades of Racing Green #11372D
Tints of Racing Green #11372D
RGB
CMYK
RGB Variations
Color information
#11372D (or 0x11372D) is known color: Racing Green. HEX triplet: 11, 37 and 2D. RGB value is (17,55,45). Sum of RGB (Red+Green+Blue) = 17+55+45=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #11372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11372D is #EEC8D2. Grayscale: #2A2A2A. Windows color (decimal): -15648979 or 2963217. OLE color: 2963217.
HSL color Cylindrical-coordinate representation of color #11372D: hue angle of 164.21º 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 #11372D is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 45 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.78 |
| HSL | 164.21º | 0.53% | 0.14% | - |
| HSV(B) | 164.21º | 0.69% | 0.22% | - |
| XYZ | 2.07 | 3.04 | 2.96 | - |
| YUV | 42.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 45 | 0.69 | 0 | 0.18 | 0.78 | 164.21 | 0.53 | 0.14 |
| Hex | 11 | 37 | 2D | 45 | 0 | 12 | 4E | A4 | 35 | E |
| Octal | 21 | 67 | 55 | 105 | 0 | 22 | 116 | 244 | 65 | 16 |
| Binary | 10001 | 110111 | 101101 | 1000101 | 0 | 10010 | 1001110 | 10100100 | 110101 | 1110 |
Color Harmonies of #11372D
Complementary color
Monochromatic Colors of #11372D
Black with #11372D
Text Example
Text Example
White with #11372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11372D; }
p { color: rgb(17,55,45); }
H1.HeaderClassName
{
color: #11372D;
}
.AnyTagClassName
{
color: #11372D;
}
</style>
background-color css
<style>
a { background-color: #11372D; }
a { background-color: rgb(17,55,45); }
div.DivClassName
{
background-color: #11372D;
}
.BgClassName
{
background-color: #11372D;
}
</style>
border-color css
<style>
span { border-color: #11372D; }
span { border-color: rgb(17,55,45); }
td.TdClassName
{
border-color: #11372D;
}
.TagClassName
{
border-color: #11372D;
}
</style>