Shades of Dark Green #111D1A
Tints of Dark Green #111D1A
RGB
CMYK
RGB Variations
Color information
#111D1A (or 0x111D1A) is known color: Dark Green. HEX triplet: 11, 1D and 1A. RGB value is (17,29,26). Sum of RGB (Red+Green+Blue) = 17+29+26=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #111D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D1A is #EEE2E5. Grayscale: #191919. Windows color (decimal): -15655654 or 1711377. OLE color: 1711377.
HSL color Cylindrical-coordinate representation of color #111D1A: hue angle of 165º 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 #111D1A is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 26 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.89 |
| HSL | 165º | 0.26% | 0.09% | - |
| HSV(B) | 165º | 0.41% | 0.11% | - |
| XYZ | 0.86 | 1.07 | 1.14 | - |
| YUV | 25.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 26 | 0.41 | 0 | 0.10 | 0.89 | 165 | 0.26 | 0.09 |
| Hex | 11 | 1D | 1A | 29 | 0 | A | 59 | A5 | 1A | 9 |
| Octal | 21 | 35 | 32 | 51 | 0 | 12 | 131 | 245 | 32 | 11 |
| Binary | 10001 | 11101 | 11010 | 101001 | 0 | 1010 | 1011001 | 10100101 | 11010 | 1001 |
Color Harmonies of #111D1A
Complementary color
Monochromatic Colors of #111D1A
Black with #111D1A
Text Example
Text Example
White with #111D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D1A; }
p { color: rgb(17,29,26); }
H1.HeaderClassName
{
color: #111D1A;
}
.AnyTagClassName
{
color: #111D1A;
}
</style>
background-color css
<style>
a { background-color: #111D1A; }
a { background-color: rgb(17,29,26); }
div.DivClassName
{
background-color: #111D1A;
}
.BgClassName
{
background-color: #111D1A;
}
</style>
border-color css
<style>
span { border-color: #111D1A; }
span { border-color: rgb(17,29,26); }
td.TdClassName
{
border-color: #111D1A;
}
.TagClassName
{
border-color: #111D1A;
}
</style>