Shades of Deep Fir #112C18
Tints of Deep Fir #112C18
RGB
CMYK
RGB Variations
Color information
#112C18 (or 0x112C18) is known color: Deep Fir. HEX triplet: 11, 2C and 18. RGB value is (17,44,24). Sum of RGB (Red+Green+Blue) = 17+44+24=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #112C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C18 is #EED3E7. Grayscale: #212121. Windows color (decimal): -15651816 or 1584145. OLE color: 1584145.
HSL color Cylindrical-coordinate representation of color #112C18: hue angle of 135.56º 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 #112C18 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 24 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.83 |
| HSL | 135.56º | 0.44% | 0.12% | - |
| HSV(B) | 135.56º | 0.61% | 0.17% | - |
| XYZ | 1.3 | 1.99 | 1.18 | - |
| YUV | 33.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 24 | 0.61 | 0 | 0.45 | 0.83 | 135.56 | 0.44 | 0.12 |
| Hex | 11 | 2C | 18 | 3D | 0 | 2D | 53 | 88 | 2C | C |
| Octal | 21 | 54 | 30 | 75 | 0 | 55 | 123 | 210 | 54 | 14 |
| Binary | 10001 | 101100 | 11000 | 111101 | 0 | 101101 | 1010011 | 10001000 | 101100 | 1100 |
Color Harmonies of #112C18
Complementary color
Monochromatic Colors of #112C18
Black with #112C18
Text Example
Text Example
White with #112C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C18; }
p { color: rgb(17,44,24); }
H1.HeaderClassName
{
color: #112C18;
}
.AnyTagClassName
{
color: #112C18;
}
</style>
background-color css
<style>
a { background-color: #112C18; }
a { background-color: rgb(17,44,24); }
div.DivClassName
{
background-color: #112C18;
}
.BgClassName
{
background-color: #112C18;
}
</style>
border-color css
<style>
span { border-color: #112C18; }
span { border-color: rgb(17,44,24); }
td.TdClassName
{
border-color: #112C18;
}
.TagClassName
{
border-color: #112C18;
}
</style>