Shades of Deep Fir #112F1C
Tints of Deep Fir #112F1C
RGB
CMYK
RGB Variations
Color information
#112F1C (or 0x112F1C) is known color: Deep Fir. HEX triplet: 11, 2F and 1C. RGB value is (17,47,28). Sum of RGB (Red+Green+Blue) = 17+47+28=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #112F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F1C is #EED0E3. Grayscale: #232323. Windows color (decimal): -15651044 or 1847057. OLE color: 1847057.
HSL color Cylindrical-coordinate representation of color #112F1C: hue angle of 142º 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 #112F1C is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 47 | 28 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.82 |
| HSL | 142º | 0.47% | 0.13% | - |
| HSV(B) | 142º | 0.64% | 0.18% | - |
| XYZ | 1.46 | 2.24 | 1.45 | - |
| YUV | 35.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 28 | 0.64 | 0 | 0.40 | 0.82 | 142 | 0.47 | 0.13 |
| Hex | 11 | 2F | 1C | 40 | 0 | 28 | 52 | 8E | 2F | D |
| Octal | 21 | 57 | 34 | 100 | 0 | 50 | 122 | 216 | 57 | 15 |
| Binary | 10001 | 101111 | 11100 | 1000000 | 0 | 101000 | 1010010 | 10001110 | 101111 | 1101 |
Color Harmonies of #112F1C
Complementary color
Monochromatic Colors of #112F1C
Black with #112F1C
Text Example
Text Example
White with #112F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F1C; }
p { color: rgb(17,47,28); }
H1.HeaderClassName
{
color: #112F1C;
}
.AnyTagClassName
{
color: #112F1C;
}
</style>
background-color css
<style>
a { background-color: #112F1C; }
a { background-color: rgb(17,47,28); }
div.DivClassName
{
background-color: #112F1C;
}
.BgClassName
{
background-color: #112F1C;
}
</style>
border-color css
<style>
span { border-color: #112F1C; }
span { border-color: rgb(17,47,28); }
td.TdClassName
{
border-color: #112F1C;
}
.TagClassName
{
border-color: #112F1C;
}
</style>