Shades of Deep Fir #113D1E
Tints of Deep Fir #113D1E
RGB
CMYK
RGB Variations
Color information
#113D1E (or 0x113D1E) is known color: Deep Fir. HEX triplet: 11, 3D and 1E. RGB value is (17,61,30). Sum of RGB (Red+Green+Blue) = 17+61+30=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #113D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D1E is #EEC2E1. Grayscale: #2C2C2C. Windows color (decimal): -15647458 or 1981713. OLE color: 1981713.
HSL color Cylindrical-coordinate representation of color #113D1E: hue angle of 137.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D1E is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 30 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.76 |
| HSL | 137.73º | 0.56% | 0.15% | - |
| HSV(B) | 137.73º | 0.72% | 0.24% | - |
| XYZ | 2.13 | 3.55 | 1.8 | - |
| YUV | 44.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 30 | 0.72 | 0 | 0.51 | 0.76 | 137.73 | 0.56 | 0.15 |
| Hex | 11 | 3D | 1E | 48 | 0 | 33 | 4C | 8A | 38 | F |
| Octal | 21 | 75 | 36 | 110 | 0 | 63 | 114 | 212 | 70 | 17 |
| Binary | 10001 | 111101 | 11110 | 1001000 | 0 | 110011 | 1001100 | 10001010 | 111000 | 1111 |
Color Harmonies of #113D1E
Complementary color
Monochromatic Colors of #113D1E
Black with #113D1E
Text Example
Text Example
White with #113D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D1E; }
p { color: rgb(17,61,30); }
H1.HeaderClassName
{
color: #113D1E;
}
.AnyTagClassName
{
color: #113D1E;
}
</style>
background-color css
<style>
a { background-color: #113D1E; }
a { background-color: rgb(17,61,30); }
div.DivClassName
{
background-color: #113D1E;
}
.BgClassName
{
background-color: #113D1E;
}
</style>
border-color css
<style>
span { border-color: #113D1E; }
span { border-color: rgb(17,61,30); }
td.TdClassName
{
border-color: #113D1E;
}
.TagClassName
{
border-color: #113D1E;
}
</style>