Shades of Deep Fir #112E18
Tints of Deep Fir #112E18
RGB
CMYK
RGB Variations
Color information
#112E18 (or 0x112E18) is known color: Deep Fir. HEX triplet: 11, 2E and 18. RGB value is (17,46,24). Sum of RGB (Red+Green+Blue) = 17+46+24=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #112E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112E18 is #EED1E7. Grayscale: #222222. Windows color (decimal): -15651304 or 1584657. OLE color: 1584657.
HSL color Cylindrical-coordinate representation of color #112E18: hue angle of 134.48º 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 #112E18 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 46 | 24 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.82 |
| HSL | 134.48º | 0.46% | 0.12% | - |
| HSV(B) | 134.48º | 0.63% | 0.18% | - |
| XYZ | 1.37 | 2.14 | 1.2 | - |
| YUV | 34.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 24 | 0.63 | 0 | 0.48 | 0.82 | 134.48 | 0.46 | 0.12 |
| Hex | 11 | 2E | 18 | 3F | 0 | 30 | 52 | 86 | 2E | C |
| Octal | 21 | 56 | 30 | 77 | 0 | 60 | 122 | 206 | 56 | 14 |
| Binary | 10001 | 101110 | 11000 | 111111 | 0 | 110000 | 1010010 | 10000110 | 101110 | 1100 |
Color Harmonies of #112E18
Complementary color
Monochromatic Colors of #112E18
Black with #112E18
Text Example
Text Example
White with #112E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E18; }
p { color: rgb(17,46,24); }
H1.HeaderClassName
{
color: #112E18;
}
.AnyTagClassName
{
color: #112E18;
}
</style>
background-color css
<style>
a { background-color: #112E18; }
a { background-color: rgb(17,46,24); }
div.DivClassName
{
background-color: #112E18;
}
.BgClassName
{
background-color: #112E18;
}
</style>
border-color css
<style>
span { border-color: #112E18; }
span { border-color: rgb(17,46,24); }
td.TdClassName
{
border-color: #112E18;
}
.TagClassName
{
border-color: #112E18;
}
</style>