Shades of Racing Green #11352A
Tints of Racing Green #11352A
RGB
CMYK
RGB Variations
Color information
#11352A (or 0x11352A) is known color: Racing Green. HEX triplet: 11, 35 and 2A. RGB value is (17,53,42). Sum of RGB (Red+Green+Blue) = 17+53+42=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #11352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11352A is #EECAD5. Grayscale: #282828. Windows color (decimal): -15649494 or 2766097. OLE color: 2766097.
HSL color Cylindrical-coordinate representation of color #11352A: hue angle of 161.67º 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 #11352A is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 42 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.79 |
| HSL | 161.67º | 0.51% | 0.14% | - |
| HSV(B) | 161.67º | 0.68% | 0.21% | - |
| XYZ | 1.92 | 2.83 | 2.64 | - |
| YUV | 40.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 42 | 0.68 | 0 | 0.21 | 0.79 | 161.67 | 0.51 | 0.14 |
| Hex | 11 | 35 | 2A | 44 | 0 | 15 | 4F | A2 | 33 | E |
| Octal | 21 | 65 | 52 | 104 | 0 | 25 | 117 | 242 | 63 | 16 |
| Binary | 10001 | 110101 | 101010 | 1000100 | 0 | 10101 | 1001111 | 10100010 | 110011 | 1110 |
Color Harmonies of #11352A
Complementary color
Monochromatic Colors of #11352A
Black with #11352A
Text Example
Text Example
White with #11352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11352A; }
p { color: rgb(17,53,42); }
H1.HeaderClassName
{
color: #11352A;
}
.AnyTagClassName
{
color: #11352A;
}
</style>
background-color css
<style>
a { background-color: #11352A; }
a { background-color: rgb(17,53,42); }
div.DivClassName
{
background-color: #11352A;
}
.BgClassName
{
background-color: #11352A;
}
</style>
border-color css
<style>
span { border-color: #11352A; }
span { border-color: rgb(17,53,42); }
td.TdClassName
{
border-color: #11352A;
}
.TagClassName
{
border-color: #11352A;
}
</style>