Shades of Deep Fir #114A1D
Tints of Deep Fir #114A1D
RGB
CMYK
RGB Variations
Color information
#114A1D (or 0x114A1D) is known color: Deep Fir. HEX triplet: 11, 4A and 1D. RGB value is (17,74,29). Sum of RGB (Red+Green+Blue) = 17+74+29=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 74 (29.30% from 255 or 61.67% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 74 - color contains mainly: green. Hex color #114A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A1D is #EEB5E2. Grayscale: #333333. Windows color (decimal): -15644131 or 1919505. OLE color: 1919505.
HSL color Cylindrical-coordinate representation of color #114A1D: hue angle of 132.63º 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 #114A1D is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 29 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.71 |
| HSL | 132.63º | 0.63% | 0.18% | - |
| HSV(B) | 132.63º | 0.77% | 0.29% | - |
| XYZ | 2.9 | 5.11 | 1.99 | - |
| YUV | 51.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 29 | 0.77 | 0 | 0.61 | 0.71 | 132.63 | 0.63 | 0.18 |
| Hex | 11 | 4A | 1D | 4D | 0 | 3D | 47 | 85 | 3F | 12 |
| Octal | 21 | 112 | 35 | 115 | 0 | 75 | 107 | 205 | 77 | 22 |
| Binary | 10001 | 1001010 | 11101 | 1001101 | 0 | 111101 | 1000111 | 10000101 | 111111 | 10010 |
Color Harmonies of #114A1D
Complementary color
Monochromatic Colors of #114A1D
Black with #114A1D
Text Example
Text Example
White with #114A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A1D; }
p { color: rgb(17,74,29); }
H1.HeaderClassName
{
color: #114A1D;
}
.AnyTagClassName
{
color: #114A1D;
}
</style>
background-color css
<style>
a { background-color: #114A1D; }
a { background-color: rgb(17,74,29); }
div.DivClassName
{
background-color: #114A1D;
}
.BgClassName
{
background-color: #114A1D;
}
</style>
border-color css
<style>
span { border-color: #114A1D; }
span { border-color: rgb(17,74,29); }
td.TdClassName
{
border-color: #114A1D;
}
.TagClassName
{
border-color: #114A1D;
}
</style>