Shades of Deep Fir #112F19
Tints of Deep Fir #112F19
RGB
CMYK
RGB Variations
Color information
#112F19 (or 0x112F19) is known color: Deep Fir. HEX triplet: 11, 2F and 19. RGB value is (17,47,25). Sum of RGB (Red+Green+Blue) = 17+47+25=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #112F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112F19 is #EED0E6. Grayscale: #232323. Windows color (decimal): -15651047 or 1650449. OLE color: 1650449.
HSL color Cylindrical-coordinate representation of color #112F19: hue angle of 136º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112F19 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 47 | 25 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.82 |
| HSL | 136º | 0.47% | 0.13% | - |
| HSV(B) | 136º | 0.64% | 0.18% | - |
| XYZ | 1.42 | 2.22 | 1.27 | - |
| YUV | 35.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 25 | 0.64 | 0 | 0.47 | 0.82 | 136 | 0.47 | 0.13 |
| Hex | 11 | 2F | 19 | 40 | 0 | 2F | 52 | 88 | 2F | D |
| Octal | 21 | 57 | 31 | 100 | 0 | 57 | 122 | 210 | 57 | 15 |
| Binary | 10001 | 101111 | 11001 | 1000000 | 0 | 101111 | 1010010 | 10001000 | 101111 | 1101 |
Color Harmonies of #112F19
Complementary color
Monochromatic Colors of #112F19
Black with #112F19
Text Example
Text Example
White with #112F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F19; }
p { color: rgb(17,47,25); }
H1.HeaderClassName
{
color: #112F19;
}
.AnyTagClassName
{
color: #112F19;
}
</style>
background-color css
<style>
a { background-color: #112F19; }
a { background-color: rgb(17,47,25); }
div.DivClassName
{
background-color: #112F19;
}
.BgClassName
{
background-color: #112F19;
}
</style>
border-color css
<style>
span { border-color: #112F19; }
span { border-color: rgb(17,47,25); }
td.TdClassName
{
border-color: #112F19;
}
.TagClassName
{
border-color: #112F19;
}
</style>