Shades of Deep Fir #114B1C
Tints of Deep Fir #114B1C
RGB
CMYK
RGB Variations
Color information
#114B1C (or 0x114B1C) is known color: Deep Fir. HEX triplet: 11, 4B and 1C. RGB value is (17,75,28). Sum of RGB (Red+Green+Blue) = 17+75+28=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #114B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B1C is #EEB4E3. Grayscale: #343434. Windows color (decimal): -15643876 or 1854225. OLE color: 1854225.
HSL color Cylindrical-coordinate representation of color #114B1C: hue angle of 131.38º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B1C is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 28 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.71 |
| HSL | 131.38º | 0.63% | 0.18% | - |
| HSV(B) | 131.38º | 0.77% | 0.29% | - |
| XYZ | 2.96 | 5.24 | 1.95 | - |
| YUV | 52.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 28 | 0.77 | 0 | 0.63 | 0.71 | 131.38 | 0.63 | 0.18 |
| Hex | 11 | 4B | 1C | 4D | 0 | 3F | 47 | 83 | 3F | 12 |
| Octal | 21 | 113 | 34 | 115 | 0 | 77 | 107 | 203 | 77 | 22 |
| Binary | 10001 | 1001011 | 11100 | 1001101 | 0 | 111111 | 1000111 | 10000011 | 111111 | 10010 |
Color Harmonies of #114B1C
Complementary color
Monochromatic Colors of #114B1C
Black with #114B1C
Text Example
Text Example
White with #114B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B1C; }
p { color: rgb(17,75,28); }
H1.HeaderClassName
{
color: #114B1C;
}
.AnyTagClassName
{
color: #114B1C;
}
</style>
background-color css
<style>
a { background-color: #114B1C; }
a { background-color: rgb(17,75,28); }
div.DivClassName
{
background-color: #114B1C;
}
.BgClassName
{
background-color: #114B1C;
}
</style>
border-color css
<style>
span { border-color: #114B1C; }
span { border-color: rgb(17,75,28); }
td.TdClassName
{
border-color: #114B1C;
}
.TagClassName
{
border-color: #114B1C;
}
</style>