Shades of Deep Fir #114B1D
Tints of Deep Fir #114B1D
RGB
CMYK
RGB Variations
Color information
#114B1D (or 0x114B1D) is known color: Deep Fir. HEX triplet: 11, 4B and 1D. RGB value is (17,75,29). Sum of RGB (Red+Green+Blue) = 17+75+29=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #114B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B1D is #EEB4E2. Grayscale: #343434. Windows color (decimal): -15643875 or 1919761. OLE color: 1919761.
HSL color Cylindrical-coordinate representation of color #114B1D: hue angle of 132.41º 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 #114B1D is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 29 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.71 |
| HSL | 132.41º | 0.63% | 0.18% | - |
| HSV(B) | 132.41º | 0.77% | 0.29% | - |
| XYZ | 2.97 | 5.24 | 2.02 | - |
| YUV | 52.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 29 | 0.77 | 0 | 0.61 | 0.71 | 132.41 | 0.63 | 0.18 |
| Hex | 11 | 4B | 1D | 4D | 0 | 3D | 47 | 84 | 3F | 12 |
| Octal | 21 | 113 | 35 | 115 | 0 | 75 | 107 | 204 | 77 | 22 |
| Binary | 10001 | 1001011 | 11101 | 1001101 | 0 | 111101 | 1000111 | 10000100 | 111111 | 10010 |
Color Harmonies of #114B1D
Complementary color
Monochromatic Colors of #114B1D
Black with #114B1D
Text Example
Text Example
White with #114B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B1D; }
p { color: rgb(17,75,29); }
H1.HeaderClassName
{
color: #114B1D;
}
.AnyTagClassName
{
color: #114B1D;
}
</style>
background-color css
<style>
a { background-color: #114B1D; }
a { background-color: rgb(17,75,29); }
div.DivClassName
{
background-color: #114B1D;
}
.BgClassName
{
background-color: #114B1D;
}
</style>
border-color css
<style>
span { border-color: #114B1D; }
span { border-color: rgb(17,75,29); }
td.TdClassName
{
border-color: #114B1D;
}
.TagClassName
{
border-color: #114B1D;
}
</style>