Shades of Deep Fir #114A1E
Tints of Deep Fir #114A1E
RGB
CMYK
RGB Variations
Color information
#114A1E (or 0x114A1E) is known color: Deep Fir. HEX triplet: 11, 4A and 1E. RGB value is (17,74,30). Sum of RGB (Red+Green+Blue) = 17+74+30=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #114A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A1E is #EEB5E1. Grayscale: #343434. Windows color (decimal): -15644130 or 1985041. OLE color: 1985041.
HSL color Cylindrical-coordinate representation of color #114A1E: hue angle of 133.68º 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 #114A1E is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 30 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.71 |
| HSL | 133.68º | 0.63% | 0.18% | - |
| HSV(B) | 133.68º | 0.77% | 0.29% | - |
| XYZ | 2.91 | 5.11 | 2.06 | - |
| YUV | 51.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 30 | 0.77 | 0 | 0.59 | 0.71 | 133.68 | 0.63 | 0.18 |
| Hex | 11 | 4A | 1E | 4D | 0 | 3B | 47 | 86 | 3F | 12 |
| Octal | 21 | 112 | 36 | 115 | 0 | 73 | 107 | 206 | 77 | 22 |
| Binary | 10001 | 1001010 | 11110 | 1001101 | 0 | 111011 | 1000111 | 10000110 | 111111 | 10010 |
Color Harmonies of #114A1E
Complementary color
Monochromatic Colors of #114A1E
Black with #114A1E
Text Example
Text Example
White with #114A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A1E; }
p { color: rgb(17,74,30); }
H1.HeaderClassName
{
color: #114A1E;
}
.AnyTagClassName
{
color: #114A1E;
}
</style>
background-color css
<style>
a { background-color: #114A1E; }
a { background-color: rgb(17,74,30); }
div.DivClassName
{
background-color: #114A1E;
}
.BgClassName
{
background-color: #114A1E;
}
</style>
border-color css
<style>
span { border-color: #114A1E; }
span { border-color: rgb(17,74,30); }
td.TdClassName
{
border-color: #114A1E;
}
.TagClassName
{
border-color: #114A1E;
}
</style>