Shades of Deep Fir #114F1C
Tints of Deep Fir #114F1C
RGB
CMYK
RGB Variations
Color information
#114F1C (or 0x114F1C) is known color: Deep Fir. HEX triplet: 11, 4F and 1C. RGB value is (17,79,28). Sum of RGB (Red+Green+Blue) = 17+79+28=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #114F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F1C is #EEB0E3. Grayscale: #363636. Windows color (decimal): -15642852 or 1855249. OLE color: 1855249.
HSL color Cylindrical-coordinate representation of color #114F1C: hue angle of 130.65º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F1C is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 79 | 28 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.69 |
| HSL | 130.65º | 0.65% | 0.19% | - |
| HSV(B) | 130.65º | 0.78% | 0.31% | - |
| XYZ | 3.24 | 5.79 | 2.05 | - |
| YUV | 54.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 28 | 0.78 | 0 | 0.65 | 0.69 | 130.65 | 0.65 | 0.19 |
| Hex | 11 | 4F | 1C | 4E | 0 | 41 | 45 | 83 | 41 | 13 |
| Octal | 21 | 117 | 34 | 116 | 0 | 101 | 105 | 203 | 101 | 23 |
| Binary | 10001 | 1001111 | 11100 | 1001110 | 0 | 1000001 | 1000101 | 10000011 | 1000001 | 10011 |
Color Harmonies of #114F1C
Complementary color
Monochromatic Colors of #114F1C
Black with #114F1C
Text Example
Text Example
White with #114F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F1C; }
p { color: rgb(17,79,28); }
H1.HeaderClassName
{
color: #114F1C;
}
.AnyTagClassName
{
color: #114F1C;
}
</style>
background-color css
<style>
a { background-color: #114F1C; }
a { background-color: rgb(17,79,28); }
div.DivClassName
{
background-color: #114F1C;
}
.BgClassName
{
background-color: #114F1C;
}
</style>
border-color css
<style>
span { border-color: #114F1C; }
span { border-color: rgb(17,79,28); }
td.TdClassName
{
border-color: #114F1C;
}
.TagClassName
{
border-color: #114F1C;
}
</style>