Shades of Deep Fir #114125
Tints of Deep Fir #114125
RGB
CMYK
RGB Variations
Color information
#114125 (or 0x114125) is known color: Deep Fir. HEX triplet: 11, 41 and 25. RGB value is (17,65,37). Sum of RGB (Red+Green+Blue) = 17+65+37=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #114125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114125 is #EEBEDA. Grayscale: #2F2F2F. Windows color (decimal): -15646427 or 2441489. OLE color: 2441489.
HSL color Cylindrical-coordinate representation of color #114125: hue angle of 145º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114125 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 37 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.75 |
| HSL | 145º | 0.59% | 0.16% | - |
| HSV(B) | 145º | 0.74% | 0.25% | - |
| XYZ | 2.46 | 4.03 | 2.4 | - |
| YUV | 47.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 37 | 0.74 | 0 | 0.43 | 0.75 | 145 | 0.59 | 0.16 |
| Hex | 11 | 41 | 25 | 4A | 0 | 2B | 4B | 91 | 3B | 10 |
| Octal | 21 | 101 | 45 | 112 | 0 | 53 | 113 | 221 | 73 | 20 |
| Binary | 10001 | 1000001 | 100101 | 1001010 | 0 | 101011 | 1001011 | 10010001 | 111011 | 10000 |
Color Harmonies of #114125
Complementary color
Monochromatic Colors of #114125
Black with #114125
Text Example
Text Example
White with #114125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114125; }
p { color: rgb(17,65,37); }
H1.HeaderClassName
{
color: #114125;
}
.AnyTagClassName
{
color: #114125;
}
</style>
background-color css
<style>
a { background-color: #114125; }
a { background-color: rgb(17,65,37); }
div.DivClassName
{
background-color: #114125;
}
.BgClassName
{
background-color: #114125;
}
</style>
border-color css
<style>
span { border-color: #114125; }
span { border-color: rgb(17,65,37); }
td.TdClassName
{
border-color: #114125;
}
.TagClassName
{
border-color: #114125;
}
</style>