Shades of Racing Green #11322B
Tints of Racing Green #11322B
RGB
CMYK
RGB Variations
Color information
#11322B (or 0x11322B) is known color: Racing Green. HEX triplet: 11, 32 and 2B. RGB value is (17,50,43). Sum of RGB (Red+Green+Blue) = 17+50+43=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #11322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11322B is #EECDD4. Grayscale: #272727. Windows color (decimal): -15650261 or 2830865. OLE color: 2830865.
HSL color Cylindrical-coordinate representation of color #11322B: hue angle of 167.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #11322B is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 43 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.80 |
| HSL | 167.27º | 0.49% | 0.13% | - |
| HSV(B) | 167.27º | 0.66% | 0.2% | - |
| XYZ | 1.81 | 2.57 | 2.69 | - |
| YUV | 39.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 43 | 0.66 | 0 | 0.14 | 0.80 | 167.27 | 0.49 | 0.13 |
| Hex | 11 | 32 | 2B | 42 | 0 | E | 50 | A7 | 31 | D |
| Octal | 21 | 62 | 53 | 102 | 0 | 16 | 120 | 247 | 61 | 15 |
| Binary | 10001 | 110010 | 101011 | 1000010 | 0 | 1110 | 1010000 | 10100111 | 110001 | 1101 |
Color Harmonies of #11322B
Complementary color
Monochromatic Colors of #11322B
Black with #11322B
Text Example
Text Example
White with #11322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11322B; }
p { color: rgb(17,50,43); }
H1.HeaderClassName
{
color: #11322B;
}
.AnyTagClassName
{
color: #11322B;
}
</style>
background-color css
<style>
a { background-color: #11322B; }
a { background-color: rgb(17,50,43); }
div.DivClassName
{
background-color: #11322B;
}
.BgClassName
{
background-color: #11322B;
}
</style>
border-color css
<style>
span { border-color: #11322B; }
span { border-color: rgb(17,50,43); }
td.TdClassName
{
border-color: #11322B;
}
.TagClassName
{
border-color: #11322B;
}
</style>