Shades of Deep Fir #112D1A
Tints of Deep Fir #112D1A
RGB
CMYK
RGB Variations
Color information
#112D1A (or 0x112D1A) is known color: Deep Fir. HEX triplet: 11, 2D and 1A. RGB value is (17,45,26). Sum of RGB (Red+Green+Blue) = 17+45+26=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #112D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D1A is #EED2E5. Grayscale: #222222. Windows color (decimal): -15651558 or 1715473. OLE color: 1715473.
HSL color Cylindrical-coordinate representation of color #112D1A: hue angle of 139.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112D1A is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 45 | 26 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.82 |
| HSL | 139.29º | 0.45% | 0.12% | - |
| HSV(B) | 139.29º | 0.62% | 0.18% | - |
| XYZ | 1.36 | 2.07 | 1.31 | - |
| YUV | 34.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 26 | 0.62 | 0 | 0.42 | 0.82 | 139.29 | 0.45 | 0.12 |
| Hex | 11 | 2D | 1A | 3E | 0 | 2A | 52 | 8B | 2D | C |
| Octal | 21 | 55 | 32 | 76 | 0 | 52 | 122 | 213 | 55 | 14 |
| Binary | 10001 | 101101 | 11010 | 111110 | 0 | 101010 | 1010010 | 10001011 | 101101 | 1100 |
Color Harmonies of #112D1A
Complementary color
Monochromatic Colors of #112D1A
Black with #112D1A
Text Example
Text Example
White with #112D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D1A; }
p { color: rgb(17,45,26); }
H1.HeaderClassName
{
color: #112D1A;
}
.AnyTagClassName
{
color: #112D1A;
}
</style>
background-color css
<style>
a { background-color: #112D1A; }
a { background-color: rgb(17,45,26); }
div.DivClassName
{
background-color: #112D1A;
}
.BgClassName
{
background-color: #112D1A;
}
</style>
border-color css
<style>
span { border-color: #112D1A; }
span { border-color: rgb(17,45,26); }
td.TdClassName
{
border-color: #112D1A;
}
.TagClassName
{
border-color: #112D1A;
}
</style>