Shades of Racing Green #11342E
Tints of Racing Green #11342E
RGB
CMYK
RGB Variations
Color information
#11342E (or 0x11342E) is known color: Racing Green. HEX triplet: 11, 34 and 2E. RGB value is (17,52,46). Sum of RGB (Red+Green+Blue) = 17+52+46=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #11342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11342E is #EECBD1. Grayscale: #282828. Windows color (decimal): -15649746 or 3027985. OLE color: 3027985.
HSL color Cylindrical-coordinate representation of color #11342E: hue angle of 169.71º 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 #11342E is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 52 | 46 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.80 |
| HSL | 169.71º | 0.51% | 0.14% | - |
| HSV(B) | 169.71º | 0.67% | 0.2% | - |
| XYZ | 1.95 | 2.77 | 3.02 | - |
| YUV | 40.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 46 | 0.67 | 0 | 0.12 | 0.80 | 169.71 | 0.51 | 0.14 |
| Hex | 11 | 34 | 2E | 43 | 0 | C | 50 | AA | 33 | E |
| Octal | 21 | 64 | 56 | 103 | 0 | 14 | 120 | 252 | 63 | 16 |
| Binary | 10001 | 110100 | 101110 | 1000011 | 0 | 1100 | 1010000 | 10101010 | 110011 | 1110 |
Color Harmonies of #11342E
Complementary color
Monochromatic Colors of #11342E
Black with #11342E
Text Example
Text Example
White with #11342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11342E; }
p { color: rgb(17,52,46); }
H1.HeaderClassName
{
color: #11342E;
}
.AnyTagClassName
{
color: #11342E;
}
</style>
background-color css
<style>
a { background-color: #11342E; }
a { background-color: rgb(17,52,46); }
div.DivClassName
{
background-color: #11342E;
}
.BgClassName
{
background-color: #11342E;
}
</style>
border-color css
<style>
span { border-color: #11342E; }
span { border-color: rgb(17,52,46); }
td.TdClassName
{
border-color: #11342E;
}
.TagClassName
{
border-color: #11342E;
}
</style>