Shades of Deep Fir #114C1D
Tints of Deep Fir #114C1D
RGB
CMYK
RGB Variations
Color information
#114C1D (or 0x114C1D) is known color: Deep Fir. HEX triplet: 11, 4C and 1D. RGB value is (17,76,29). Sum of RGB (Red+Green+Blue) = 17+76+29=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #114C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C1D is #EEB3E2. Grayscale: #353535. Windows color (decimal): -15643619 or 1920017. OLE color: 1920017.
HSL color Cylindrical-coordinate representation of color #114C1D: hue angle of 132.2º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C1D is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 76 | 29 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.70 |
| HSL | 132.2º | 0.63% | 0.18% | - |
| HSV(B) | 132.2º | 0.78% | 0.3% | - |
| XYZ | 3.04 | 5.38 | 2.04 | - |
| YUV | 53 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 29 | 0.78 | 0 | 0.62 | 0.70 | 132.2 | 0.63 | 0.18 |
| Hex | 11 | 4C | 1D | 4E | 0 | 3E | 46 | 84 | 3F | 12 |
| Octal | 21 | 114 | 35 | 116 | 0 | 76 | 106 | 204 | 77 | 22 |
| Binary | 10001 | 1001100 | 11101 | 1001110 | 0 | 111110 | 1000110 | 10000100 | 111111 | 10010 |
Color Harmonies of #114C1D
Complementary color
Monochromatic Colors of #114C1D
Black with #114C1D
Text Example
Text Example
White with #114C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C1D; }
p { color: rgb(17,76,29); }
H1.HeaderClassName
{
color: #114C1D;
}
.AnyTagClassName
{
color: #114C1D;
}
</style>
background-color css
<style>
a { background-color: #114C1D; }
a { background-color: rgb(17,76,29); }
div.DivClassName
{
background-color: #114C1D;
}
.BgClassName
{
background-color: #114C1D;
}
</style>
border-color css
<style>
span { border-color: #114C1D; }
span { border-color: rgb(17,76,29); }
td.TdClassName
{
border-color: #114C1D;
}
.TagClassName
{
border-color: #114C1D;
}
</style>