Shades of Racing Green #11342C
Tints of Racing Green #11342C
RGB
CMYK
RGB Variations
Color information
#11342C (or 0x11342C) is known color: Racing Green. HEX triplet: 11, 34 and 2C. RGB value is (17,52,44). Sum of RGB (Red+Green+Blue) = 17+52+44=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #11342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11342C is #EECBD3. Grayscale: #282828. Windows color (decimal): -15649748 or 2896913. OLE color: 2896913.
HSL color Cylindrical-coordinate representation of color #11342C: hue angle of 166.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11342C is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 52 | 44 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.80 |
| HSL | 166.29º | 0.51% | 0.14% | - |
| HSV(B) | 166.29º | 0.67% | 0.2% | - |
| XYZ | 1.91 | 2.76 | 2.81 | - |
| YUV | 40.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 44 | 0.67 | 0 | 0.15 | 0.80 | 166.29 | 0.51 | 0.14 |
| Hex | 11 | 34 | 2C | 43 | 0 | F | 50 | A6 | 33 | E |
| Octal | 21 | 64 | 54 | 103 | 0 | 17 | 120 | 246 | 63 | 16 |
| Binary | 10001 | 110100 | 101100 | 1000011 | 0 | 1111 | 1010000 | 10100110 | 110011 | 1110 |
Color Harmonies of #11342C
Complementary color
Monochromatic Colors of #11342C
Black with #11342C
Text Example
Text Example
White with #11342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11342C; }
p { color: rgb(17,52,44); }
H1.HeaderClassName
{
color: #11342C;
}
.AnyTagClassName
{
color: #11342C;
}
</style>
background-color css
<style>
a { background-color: #11342C; }
a { background-color: rgb(17,52,44); }
div.DivClassName
{
background-color: #11342C;
}
.BgClassName
{
background-color: #11342C;
}
</style>
border-color css
<style>
span { border-color: #11342C; }
span { border-color: rgb(17,52,44); }
td.TdClassName
{
border-color: #11342C;
}
.TagClassName
{
border-color: #11342C;
}
</style>