Shades of Deep Fir #114A1C
Tints of Deep Fir #114A1C
RGB
CMYK
RGB Variations
Color information
#114A1C (or 0x114A1C) is known color: Deep Fir. HEX triplet: 11, 4A and 1C. RGB value is (17,74,28). Sum of RGB (Red+Green+Blue) = 17+74+28=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #114A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A1C is #EEB5E3. Grayscale: #333333. Windows color (decimal): -15644132 or 1853969. OLE color: 1853969.
HSL color Cylindrical-coordinate representation of color #114A1C: hue angle of 131.58º 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 #114A1C is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 28 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.71 |
| HSL | 131.58º | 0.63% | 0.18% | - |
| HSV(B) | 131.58º | 0.77% | 0.29% | - |
| XYZ | 2.89 | 5.1 | 1.93 | - |
| YUV | 51.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 28 | 0.77 | 0 | 0.62 | 0.71 | 131.58 | 0.63 | 0.18 |
| Hex | 11 | 4A | 1C | 4D | 0 | 3E | 47 | 84 | 3F | 12 |
| Octal | 21 | 112 | 34 | 115 | 0 | 76 | 107 | 204 | 77 | 22 |
| Binary | 10001 | 1001010 | 11100 | 1001101 | 0 | 111110 | 1000111 | 10000100 | 111111 | 10010 |
Color Harmonies of #114A1C
Complementary color
Monochromatic Colors of #114A1C
Black with #114A1C
Text Example
Text Example
White with #114A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A1C; }
p { color: rgb(17,74,28); }
H1.HeaderClassName
{
color: #114A1C;
}
.AnyTagClassName
{
color: #114A1C;
}
</style>
background-color css
<style>
a { background-color: #114A1C; }
a { background-color: rgb(17,74,28); }
div.DivClassName
{
background-color: #114A1C;
}
.BgClassName
{
background-color: #114A1C;
}
</style>
border-color css
<style>
span { border-color: #114A1C; }
span { border-color: rgb(17,74,28); }
td.TdClassName
{
border-color: #114A1C;
}
.TagClassName
{
border-color: #114A1C;
}
</style>