Shades of Dark Green #111E1A
Tints of Dark Green #111E1A
RGB
CMYK
RGB Variations
Color information
#111E1A (or 0x111E1A) is known color: Dark Green. HEX triplet: 11, 1E and 1A. RGB value is (17,30,26). Sum of RGB (Red+Green+Blue) = 17+30+26=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #111E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E1A is #EEE1E5. Grayscale: #191919. Windows color (decimal): -15655398 or 1711633. OLE color: 1711633.
HSL color Cylindrical-coordinate representation of color #111E1A: hue angle of 161.54º 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 #111E1A is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 30 | 26 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.88 |
| HSL | 161.54º | 0.28% | 0.09% | - |
| HSV(B) | 161.54º | 0.43% | 0.12% | - |
| XYZ | 0.88 | 1.12 | 1.15 | - |
| YUV | 25.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 26 | 0.43 | 0 | 0.13 | 0.88 | 161.54 | 0.28 | 0.09 |
| Hex | 11 | 1E | 1A | 2B | 0 | D | 58 | A2 | 1C | 9 |
| Octal | 21 | 36 | 32 | 53 | 0 | 15 | 130 | 242 | 34 | 11 |
| Binary | 10001 | 11110 | 11010 | 101011 | 0 | 1101 | 1011000 | 10100010 | 11100 | 1001 |
Color Harmonies of #111E1A
Complementary color
Monochromatic Colors of #111E1A
Black with #111E1A
Text Example
Text Example
White with #111E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E1A; }
p { color: rgb(17,30,26); }
H1.HeaderClassName
{
color: #111E1A;
}
.AnyTagClassName
{
color: #111E1A;
}
</style>
background-color css
<style>
a { background-color: #111E1A; }
a { background-color: rgb(17,30,26); }
div.DivClassName
{
background-color: #111E1A;
}
.BgClassName
{
background-color: #111E1A;
}
</style>
border-color css
<style>
span { border-color: #111E1A; }
span { border-color: rgb(17,30,26); }
td.TdClassName
{
border-color: #111E1A;
}
.TagClassName
{
border-color: #111E1A;
}
</style>