Shades of Deep Fir #163F1E
Tints of Deep Fir #163F1E
RGB
CMYK
RGB Variations
Color information
#163F1E (or 0x163F1E) is known color: Deep Fir. HEX triplet: 16, 3F and 1E. RGB value is (22,63,30). Sum of RGB (Red+Green+Blue) = 22+63+30=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #163F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F1E is #E9C0E1. Grayscale: #2F2F2F. Windows color (decimal): -15319266 or 1982230. OLE color: 1982230.
HSL color Cylindrical-coordinate representation of color #163F1E: hue angle of 131.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F1E is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 30 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.75 |
| HSL | 131.71º | 0.48% | 0.17% | - |
| HSV(B) | 131.71º | 0.65% | 0.25% | - |
| XYZ | 2.34 | 3.82 | 1.84 | - |
| YUV | 46.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 30 | 0.65 | 0 | 0.52 | 0.75 | 131.71 | 0.48 | 0.17 |
| Hex | 16 | 3F | 1E | 41 | 0 | 34 | 4B | 84 | 30 | 11 |
| Octal | 26 | 77 | 36 | 101 | 0 | 64 | 113 | 204 | 60 | 21 |
| Binary | 10110 | 111111 | 11110 | 1000001 | 0 | 110100 | 1001011 | 10000100 | 110000 | 10001 |
Color Harmonies of #163F1E
Complementary color
Monochromatic Colors of #163F1E
Black with #163F1E
Text Example
Text Example
White with #163F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F1E; }
p { color: rgb(22,63,30); }
H1.HeaderClassName
{
color: #163F1E;
}
.AnyTagClassName
{
color: #163F1E;
}
</style>
background-color css
<style>
a { background-color: #163F1E; }
a { background-color: rgb(22,63,30); }
div.DivClassName
{
background-color: #163F1E;
}
.BgClassName
{
background-color: #163F1E;
}
</style>
border-color css
<style>
span { border-color: #163F1E; }
span { border-color: rgb(22,63,30); }
td.TdClassName
{
border-color: #163F1E;
}
.TagClassName
{
border-color: #163F1E;
}
</style>