Shades of Deep Fir #112F1D
Tints of Deep Fir #112F1D
RGB
CMYK
RGB Variations
Color information
#112F1D (or 0x112F1D) is known color: Deep Fir. HEX triplet: 11, 2F and 1D. RGB value is (17,47,29). Sum of RGB (Red+Green+Blue) = 17+47+29=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #112F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F1D is #EED0E2. Grayscale: #242424. Windows color (decimal): -15651043 or 1912593. OLE color: 1912593.
HSL color Cylindrical-coordinate representation of color #112F1D: hue angle of 144º 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 #112F1D is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 47 | 29 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.82 |
| HSL | 144º | 0.47% | 0.13% | - |
| HSV(B) | 144º | 0.64% | 0.18% | - |
| XYZ | 1.47 | 2.24 | 1.52 | - |
| YUV | 35.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 29 | 0.64 | 0 | 0.38 | 0.82 | 144 | 0.47 | 0.13 |
| Hex | 11 | 2F | 1D | 40 | 0 | 26 | 52 | 90 | 2F | D |
| Octal | 21 | 57 | 35 | 100 | 0 | 46 | 122 | 220 | 57 | 15 |
| Binary | 10001 | 101111 | 11101 | 1000000 | 0 | 100110 | 1010010 | 10010000 | 101111 | 1101 |
Color Harmonies of #112F1D
Complementary color
Monochromatic Colors of #112F1D
Black with #112F1D
Text Example
Text Example
White with #112F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F1D; }
p { color: rgb(17,47,29); }
H1.HeaderClassName
{
color: #112F1D;
}
.AnyTagClassName
{
color: #112F1D;
}
</style>
background-color css
<style>
a { background-color: #112F1D; }
a { background-color: rgb(17,47,29); }
div.DivClassName
{
background-color: #112F1D;
}
.BgClassName
{
background-color: #112F1D;
}
</style>
border-color css
<style>
span { border-color: #112F1D; }
span { border-color: rgb(17,47,29); }
td.TdClassName
{
border-color: #112F1D;
}
.TagClassName
{
border-color: #112F1D;
}
</style>