Shades of Dark Green #111C1A
Tints of Dark Green #111C1A
RGB
CMYK
RGB Variations
Color information
#111C1A (or 0x111C1A) is known color: Dark Green. HEX triplet: 11, 1C and 1A. RGB value is (17,28,26). Sum of RGB (Red+Green+Blue) = 17+28+26=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #111C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C1A is #EEE3E5. Grayscale: #181818. Windows color (decimal): -15655910 or 1711121. OLE color: 1711121.
HSL color Cylindrical-coordinate representation of color #111C1A: hue angle of 169.09º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #111C1A is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 26 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.89 |
| HSL | 169.09º | 0.24% | 0.09% | - |
| HSV(B) | 169.09º | 0.39% | 0.11% | - |
| XYZ | 0.83 | 1.02 | 1.13 | - |
| YUV | 24.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 26 | 0.39 | 0 | 0.07 | 0.89 | 169.09 | 0.24 | 0.09 |
| Hex | 11 | 1C | 1A | 27 | 0 | 7 | 59 | A9 | 18 | 9 |
| Octal | 21 | 34 | 32 | 47 | 0 | 7 | 131 | 251 | 30 | 11 |
| Binary | 10001 | 11100 | 11010 | 100111 | 0 | 111 | 1011001 | 10101001 | 11000 | 1001 |
Color Harmonies of #111C1A
Complementary color
Monochromatic Colors of #111C1A
Black with #111C1A
Text Example
Text Example
White with #111C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C1A; }
p { color: rgb(17,28,26); }
H1.HeaderClassName
{
color: #111C1A;
}
.AnyTagClassName
{
color: #111C1A;
}
</style>
background-color css
<style>
a { background-color: #111C1A; }
a { background-color: rgb(17,28,26); }
div.DivClassName
{
background-color: #111C1A;
}
.BgClassName
{
background-color: #111C1A;
}
</style>
border-color css
<style>
span { border-color: #111C1A; }
span { border-color: rgb(17,28,26); }
td.TdClassName
{
border-color: #111C1A;
}
.TagClassName
{
border-color: #111C1A;
}
</style>