Shades of Deep Fir #112B19
Tints of Deep Fir #112B19
RGB
CMYK
RGB Variations
Color information
#112B19 (or 0x112B19) is known color: Deep Fir. HEX triplet: 11, 2B and 19. RGB value is (17,43,25). Sum of RGB (Red+Green+Blue) = 17+43+25=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #112B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B19 is #EED4E6. Grayscale: #212121. Windows color (decimal): -15652071 or 1649425. OLE color: 1649425.
HSL color Cylindrical-coordinate representation of color #112B19: hue angle of 138.46º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112B19 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 43 | 25 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.83 |
| HSL | 138.46º | 0.43% | 0.12% | - |
| HSV(B) | 138.46º | 0.6% | 0.17% | - |
| XYZ | 1.27 | 1.92 | 1.22 | - |
| YUV | 33.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 25 | 0.60 | 0 | 0.42 | 0.83 | 138.46 | 0.43 | 0.12 |
| Hex | 11 | 2B | 19 | 3C | 0 | 2A | 53 | 8A | 2B | C |
| Octal | 21 | 53 | 31 | 74 | 0 | 52 | 123 | 212 | 53 | 14 |
| Binary | 10001 | 101011 | 11001 | 111100 | 0 | 101010 | 1010011 | 10001010 | 101011 | 1100 |
Color Harmonies of #112B19
Complementary color
Monochromatic Colors of #112B19
Black with #112B19
Text Example
Text Example
White with #112B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B19; }
p { color: rgb(17,43,25); }
H1.HeaderClassName
{
color: #112B19;
}
.AnyTagClassName
{
color: #112B19;
}
</style>
background-color css
<style>
a { background-color: #112B19; }
a { background-color: rgb(17,43,25); }
div.DivClassName
{
background-color: #112B19;
}
.BgClassName
{
background-color: #112B19;
}
</style>
border-color css
<style>
span { border-color: #112B19; }
span { border-color: rgb(17,43,25); }
td.TdClassName
{
border-color: #112B19;
}
.TagClassName
{
border-color: #112B19;
}
</style>