Shades of Racing Green #111E1D
Tints of Racing Green #111E1D
RGB
CMYK
RGB Variations
Color information
#111E1D (or 0x111E1D) is known color: Racing Green. HEX triplet: 11, 1E and 1D. RGB value is (17,30,29). Sum of RGB (Red+Green+Blue) = 17+30+29=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #111E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E1D is #EEE1E2. Grayscale: #191919. Windows color (decimal): -15655395 or 1908241. OLE color: 1908241.
HSL color Cylindrical-coordinate representation of color #111E1D: hue angle of 175.38º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #111E1D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 30 | 29 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.88 |
| HSL | 175.38º | 0.28% | 0.09% | - |
| HSV(B) | 175.38º | 0.43% | 0.12% | - |
| XYZ | 0.92 | 1.14 | 1.33 | - |
| YUV | 26 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 29 | 0.43 | 0 | 0.03 | 0.88 | 175.38 | 0.28 | 0.09 |
| Hex | 11 | 1E | 1D | 2B | 0 | 3 | 58 | AF | 1C | 9 |
| Octal | 21 | 36 | 35 | 53 | 0 | 3 | 130 | 257 | 34 | 11 |
| Binary | 10001 | 11110 | 11101 | 101011 | 0 | 11 | 1011000 | 10101111 | 11100 | 1001 |
Color Harmonies of #111E1D
Complementary color
Monochromatic Colors of #111E1D
Black with #111E1D
Text Example
Text Example
White with #111E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E1D; }
p { color: rgb(17,30,29); }
H1.HeaderClassName
{
color: #111E1D;
}
.AnyTagClassName
{
color: #111E1D;
}
</style>
background-color css
<style>
a { background-color: #111E1D; }
a { background-color: rgb(17,30,29); }
div.DivClassName
{
background-color: #111E1D;
}
.BgClassName
{
background-color: #111E1D;
}
</style>
border-color css
<style>
span { border-color: #111E1D; }
span { border-color: rgb(17,30,29); }
td.TdClassName
{
border-color: #111E1D;
}
.TagClassName
{
border-color: #111E1D;
}
</style>