Shades of Racing Green #11332D
Tints of Racing Green #11332D
RGB
CMYK
RGB Variations
Color information
#11332D (or 0x11332D) is known color: Racing Green. HEX triplet: 11, 33 and 2D. RGB value is (17,51,45). Sum of RGB (Red+Green+Blue) = 17+51+45=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #11332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11332D is #EECCD2. Grayscale: #282828. Windows color (decimal): -15650003 or 2962193. OLE color: 2962193.
HSL color Cylindrical-coordinate representation of color #11332D: hue angle of 169.41º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11332D is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 45 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.8 |
| HSL | 169.41º | 0.5% | 0.13% | - |
| HSV(B) | 169.41º | 0.67% | 0.2% | - |
| XYZ | 1.89 | 2.68 | 2.9 | - |
| YUV | 40.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 45 | 0.67 | 0 | 0.12 | 0.8 | 169.41 | 0.5 | 0.13 |
| Hex | 11 | 33 | 2D | 43 | 0 | C | 50 | A9 | 32 | D |
| Octal | 21 | 63 | 55 | 103 | 0 | 14 | 120 | 251 | 62 | 15 |
| Binary | 10001 | 110011 | 101101 | 1000011 | 0 | 1100 | 1010000 | 10101001 | 110010 | 1101 |
Color Harmonies of #11332D
Complementary color
Monochromatic Colors of #11332D
Black with #11332D
Text Example
Text Example
White with #11332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11332D; }
p { color: rgb(17,51,45); }
H1.HeaderClassName
{
color: #11332D;
}
.AnyTagClassName
{
color: #11332D;
}
</style>
background-color css
<style>
a { background-color: #11332D; }
a { background-color: rgb(17,51,45); }
div.DivClassName
{
background-color: #11332D;
}
.BgClassName
{
background-color: #11332D;
}
</style>
border-color css
<style>
span { border-color: #11332D; }
span { border-color: rgb(17,51,45); }
td.TdClassName
{
border-color: #11332D;
}
.TagClassName
{
border-color: #11332D;
}
</style>