Shades of Dark Green #112822
Tints of Dark Green #112822
RGB
CMYK
RGB Variations
Color information
#112822 (or 0x112822) is known color: Dark Green. HEX triplet: 11, 28 and 22. RGB value is (17,40,34). Sum of RGB (Red+Green+Blue) = 17+40+34=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #112822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112822 is #EED7DD. Grayscale: #202020. Windows color (decimal): -15652830 or 2238481. OLE color: 2238481.
HSL color Cylindrical-coordinate representation of color #112822: hue angle of 164.35º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112822 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 34 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.84 |
| HSL | 164.35º | 0.4% | 0.11% | - |
| HSV(B) | 164.35º | 0.58% | 0.16% | - |
| XYZ | 1.28 | 1.75 | 1.78 | - |
| YUV | 32.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 34 | 0.57 | 0 | 0.15 | 0.84 | 164.35 | 0.4 | 0.11 |
| Hex | 11 | 28 | 22 | 39 | 0 | F | 54 | A4 | 28 | B |
| Octal | 21 | 50 | 42 | 71 | 0 | 17 | 124 | 244 | 50 | 13 |
| Binary | 10001 | 101000 | 100010 | 111001 | 0 | 1111 | 1010100 | 10100100 | 101000 | 1011 |
Color Harmonies of #112822
Complementary color
Monochromatic Colors of #112822
Black with #112822
Text Example
Text Example
White with #112822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112822; }
p { color: rgb(17,40,34); }
H1.HeaderClassName
{
color: #112822;
}
.AnyTagClassName
{
color: #112822;
}
</style>
background-color css
<style>
a { background-color: #112822; }
a { background-color: rgb(17,40,34); }
div.DivClassName
{
background-color: #112822;
}
.BgClassName
{
background-color: #112822;
}
</style>
border-color css
<style>
span { border-color: #112822; }
span { border-color: rgb(17,40,34); }
td.TdClassName
{
border-color: #112822;
}
.TagClassName
{
border-color: #112822;
}
</style>