Shades of Deep Fir #113B1E
Tints of Deep Fir #113B1E
RGB
CMYK
RGB Variations
Color information
#113B1E (or 0x113B1E) is known color: Deep Fir. HEX triplet: 11, 3B and 1E. RGB value is (17,59,30). Sum of RGB (Red+Green+Blue) = 17+59+30=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #113B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B1E is #EEC4E1. Grayscale: #2B2B2B. Windows color (decimal): -15647970 or 1981201. OLE color: 1981201.
HSL color Cylindrical-coordinate representation of color #113B1E: hue angle of 138.57º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B1E is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 30 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.77 |
| HSL | 138.57º | 0.55% | 0.15% | - |
| HSV(B) | 138.57º | 0.71% | 0.23% | - |
| XYZ | 2.03 | 3.34 | 1.77 | - |
| YUV | 43.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 30 | 0.71 | 0 | 0.49 | 0.77 | 138.57 | 0.55 | 0.15 |
| Hex | 11 | 3B | 1E | 47 | 0 | 31 | 4D | 8B | 37 | F |
| Octal | 21 | 73 | 36 | 107 | 0 | 61 | 115 | 213 | 67 | 17 |
| Binary | 10001 | 111011 | 11110 | 1000111 | 0 | 110001 | 1001101 | 10001011 | 110111 | 1111 |
Color Harmonies of #113B1E
Complementary color
Monochromatic Colors of #113B1E
Black with #113B1E
Text Example
Text Example
White with #113B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B1E; }
p { color: rgb(17,59,30); }
H1.HeaderClassName
{
color: #113B1E;
}
.AnyTagClassName
{
color: #113B1E;
}
</style>
background-color css
<style>
a { background-color: #113B1E; }
a { background-color: rgb(17,59,30); }
div.DivClassName
{
background-color: #113B1E;
}
.BgClassName
{
background-color: #113B1E;
}
</style>
border-color css
<style>
span { border-color: #113B1E; }
span { border-color: rgb(17,59,30); }
td.TdClassName
{
border-color: #113B1E;
}
.TagClassName
{
border-color: #113B1E;
}
</style>