Shades of Racing Green #11352B
Tints of Racing Green #11352B
RGB
CMYK
RGB Variations
Color information
#11352B (or 0x11352B) is known color: Racing Green. HEX triplet: 11, 35 and 2B. RGB value is (17,53,43). Sum of RGB (Red+Green+Blue) = 17+53+43=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #11352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11352B is #EECAD4. Grayscale: #292929. Windows color (decimal): -15649493 or 2831633. OLE color: 2831633.
HSL color Cylindrical-coordinate representation of color #11352B: hue angle of 163.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11352B is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 43 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.79 |
| HSL | 163.33º | 0.51% | 0.14% | - |
| HSV(B) | 163.33º | 0.68% | 0.21% | - |
| XYZ | 1.94 | 2.84 | 2.73 | - |
| YUV | 41.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 43 | 0.68 | 0 | 0.19 | 0.79 | 163.33 | 0.51 | 0.14 |
| Hex | 11 | 35 | 2B | 44 | 0 | 13 | 4F | A3 | 33 | E |
| Octal | 21 | 65 | 53 | 104 | 0 | 23 | 117 | 243 | 63 | 16 |
| Binary | 10001 | 110101 | 101011 | 1000100 | 0 | 10011 | 1001111 | 10100011 | 110011 | 1110 |
Color Harmonies of #11352B
Complementary color
Monochromatic Colors of #11352B
Black with #11352B
Text Example
Text Example
White with #11352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11352B; }
p { color: rgb(17,53,43); }
H1.HeaderClassName
{
color: #11352B;
}
.AnyTagClassName
{
color: #11352B;
}
</style>
background-color css
<style>
a { background-color: #11352B; }
a { background-color: rgb(17,53,43); }
div.DivClassName
{
background-color: #11352B;
}
.BgClassName
{
background-color: #11352B;
}
</style>
border-color css
<style>
span { border-color: #11352B; }
span { border-color: rgb(17,53,43); }
td.TdClassName
{
border-color: #11352B;
}
.TagClassName
{
border-color: #11352B;
}
</style>