Shades of Deep Fir #112E19
Tints of Deep Fir #112E19
RGB
CMYK
RGB Variations
Color information
#112E19 (or 0x112E19) is known color: Deep Fir. HEX triplet: 11, 2E and 19. RGB value is (17,46,25). Sum of RGB (Red+Green+Blue) = 17+46+25=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 46 (18.36% from 255 or 52.27% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 46 - color contains mainly: green. Hex color #112E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112E19 is #EED1E6. Grayscale: #222222. Windows color (decimal): -15651303 or 1650193. OLE color: 1650193.
HSL color Cylindrical-coordinate representation of color #112E19: hue angle of 136.55º 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 #112E19 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 46 | 25 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.82 |
| HSL | 136.55º | 0.46% | 0.12% | - |
| HSV(B) | 136.55º | 0.63% | 0.18% | - |
| XYZ | 1.38 | 2.14 | 1.26 | - |
| YUV | 34.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 25 | 0.63 | 0 | 0.46 | 0.82 | 136.55 | 0.46 | 0.12 |
| Hex | 11 | 2E | 19 | 3F | 0 | 2E | 52 | 89 | 2E | C |
| Octal | 21 | 56 | 31 | 77 | 0 | 56 | 122 | 211 | 56 | 14 |
| Binary | 10001 | 101110 | 11001 | 111111 | 0 | 101110 | 1010010 | 10001001 | 101110 | 1100 |
Color Harmonies of #112E19
Complementary color
Monochromatic Colors of #112E19
Black with #112E19
Text Example
Text Example
White with #112E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E19; }
p { color: rgb(17,46,25); }
H1.HeaderClassName
{
color: #112E19;
}
.AnyTagClassName
{
color: #112E19;
}
</style>
background-color css
<style>
a { background-color: #112E19; }
a { background-color: rgb(17,46,25); }
div.DivClassName
{
background-color: #112E19;
}
.BgClassName
{
background-color: #112E19;
}
</style>
border-color css
<style>
span { border-color: #112E19; }
span { border-color: rgb(17,46,25); }
td.TdClassName
{
border-color: #112E19;
}
.TagClassName
{
border-color: #112E19;
}
</style>