Shades of Racing Green #111D1B
Tints of Racing Green #111D1B
RGB
CMYK
RGB Variations
Color information
#111D1B (or 0x111D1B) is known color: Racing Green. HEX triplet: 11, 1D and 1B. RGB value is (17,29,27). Sum of RGB (Red+Green+Blue) = 17+29+27=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 29 - color contains mainly: green. Hex color #111D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D1B is #EEE2E4. Grayscale: #191919. Windows color (decimal): -15655653 or 1776913. OLE color: 1776913.
HSL color Cylindrical-coordinate representation of color #111D1B: hue angle of 170º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #111D1B is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 27 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.89 |
| HSL | 170º | 0.26% | 0.09% | - |
| HSV(B) | 170º | 0.41% | 0.11% | - |
| XYZ | 0.87 | 1.08 | 1.2 | - |
| YUV | 25.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 27 | 0.41 | 0 | 0.07 | 0.89 | 170 | 0.26 | 0.09 |
| Hex | 11 | 1D | 1B | 29 | 0 | 7 | 59 | AA | 1A | 9 |
| Octal | 21 | 35 | 33 | 51 | 0 | 7 | 131 | 252 | 32 | 11 |
| Binary | 10001 | 11101 | 11011 | 101001 | 0 | 111 | 1011001 | 10101010 | 11010 | 1001 |
Color Harmonies of #111D1B
Complementary color
Monochromatic Colors of #111D1B
Black with #111D1B
Text Example
Text Example
White with #111D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D1B; }
p { color: rgb(17,29,27); }
H1.HeaderClassName
{
color: #111D1B;
}
.AnyTagClassName
{
color: #111D1B;
}
</style>
background-color css
<style>
a { background-color: #111D1B; }
a { background-color: rgb(17,29,27); }
div.DivClassName
{
background-color: #111D1B;
}
.BgClassName
{
background-color: #111D1B;
}
</style>
border-color css
<style>
span { border-color: #111D1B; }
span { border-color: rgb(17,29,27); }
td.TdClassName
{
border-color: #111D1B;
}
.TagClassName
{
border-color: #111D1B;
}
</style>