Shades of Dark Green #112E24
Tints of Dark Green #112E24
RGB
CMYK
RGB Variations
Color information
#112E24 (or 0x112E24) is known color: Dark Green. HEX triplet: 11, 2E and 24. RGB value is (17,46,36). Sum of RGB (Red+Green+Blue) = 17+46+36=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #112E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E24 is #EED1DB. Grayscale: #242424. Windows color (decimal): -15651292 or 2371089. OLE color: 2371089.
HSL color Cylindrical-coordinate representation of color #112E24: hue angle of 159.31º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112E24 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 46 | 36 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.82 |
| HSL | 159.31º | 0.46% | 0.12% | - |
| HSV(B) | 159.31º | 0.63% | 0.18% | - |
| XYZ | 1.53 | 2.2 | 2.01 | - |
| YUV | 36.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 36 | 0.63 | 0 | 0.22 | 0.82 | 159.31 | 0.46 | 0.12 |
| Hex | 11 | 2E | 24 | 3F | 0 | 16 | 52 | 9F | 2E | C |
| Octal | 21 | 56 | 44 | 77 | 0 | 26 | 122 | 237 | 56 | 14 |
| Binary | 10001 | 101110 | 100100 | 111111 | 0 | 10110 | 1010010 | 10011111 | 101110 | 1100 |
Color Harmonies of #112E24
Complementary color
Monochromatic Colors of #112E24
Black with #112E24
Text Example
Text Example
White with #112E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E24; }
p { color: rgb(17,46,36); }
H1.HeaderClassName
{
color: #112E24;
}
.AnyTagClassName
{
color: #112E24;
}
</style>
background-color css
<style>
a { background-color: #112E24; }
a { background-color: rgb(17,46,36); }
div.DivClassName
{
background-color: #112E24;
}
.BgClassName
{
background-color: #112E24;
}
</style>
border-color css
<style>
span { border-color: #112E24; }
span { border-color: rgb(17,46,36); }
td.TdClassName
{
border-color: #112E24;
}
.TagClassName
{
border-color: #112E24;
}
</style>