Shades of Deep Fir #112C1B
Tints of Deep Fir #112C1B
RGB
CMYK
RGB Variations
Color information
#112C1B (or 0x112C1B) is known color: Deep Fir. HEX triplet: 11, 2C and 1B. RGB value is (17,44,27). Sum of RGB (Red+Green+Blue) = 17+44+27=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #112C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C1B is #EED3E4. Grayscale: #222222. Windows color (decimal): -15651813 or 1780753. OLE color: 1780753.
HSL color Cylindrical-coordinate representation of color #112C1B: hue angle of 142.22º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C1B is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 27 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.83 |
| HSL | 142.22º | 0.44% | 0.12% | - |
| HSV(B) | 142.22º | 0.61% | 0.17% | - |
| XYZ | 1.33 | 2 | 1.35 | - |
| YUV | 33.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 27 | 0.61 | 0 | 0.39 | 0.83 | 142.22 | 0.44 | 0.12 |
| Hex | 11 | 2C | 1B | 3D | 0 | 27 | 53 | 8E | 2C | C |
| Octal | 21 | 54 | 33 | 75 | 0 | 47 | 123 | 216 | 54 | 14 |
| Binary | 10001 | 101100 | 11011 | 111101 | 0 | 100111 | 1010011 | 10001110 | 101100 | 1100 |
Color Harmonies of #112C1B
Complementary color
Monochromatic Colors of #112C1B
Black with #112C1B
Text Example
Text Example
White with #112C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C1B; }
p { color: rgb(17,44,27); }
H1.HeaderClassName
{
color: #112C1B;
}
.AnyTagClassName
{
color: #112C1B;
}
</style>
background-color css
<style>
a { background-color: #112C1B; }
a { background-color: rgb(17,44,27); }
div.DivClassName
{
background-color: #112C1B;
}
.BgClassName
{
background-color: #112C1B;
}
</style>
border-color css
<style>
span { border-color: #112C1B; }
span { border-color: rgb(17,44,27); }
td.TdClassName
{
border-color: #112C1B;
}
.TagClassName
{
border-color: #112C1B;
}
</style>