Shades of Pine Tree #161F0E
Tints of Pine Tree #161F0E
RGB
CMYK
RGB Variations
Color information
#161F0E (or 0x161F0E) is known color: Pine Tree. HEX triplet: 16, 1F and 0E. RGB value is (22,31,14). Sum of RGB (Red+Green+Blue) = 22+31+14=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #161F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161F0E is #E9E0F1. Grayscale: #1A1A1A. Windows color (decimal): -15327474 or 925462. OLE color: 925462.
HSL color Cylindrical-coordinate representation of color #161F0E: hue angle of 91.76º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #161F0E is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 31 | 14 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.88 |
| HSL | 91.76º | 0.38% | 0.09% | - |
| HSV(B) | 91.76º | 0.55% | 0.12% | - |
| XYZ | 0.9 | 1.18 | 0.6 | - |
| YUV | 26.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 14 | 0.29 | 0 | 0.55 | 0.88 | 91.76 | 0.38 | 0.09 |
| Hex | 16 | 1F | E | 1D | 0 | 37 | 58 | 5C | 26 | 9 |
| Octal | 26 | 37 | 16 | 35 | 0 | 67 | 130 | 134 | 46 | 11 |
| Binary | 10110 | 11111 | 1110 | 11101 | 0 | 110111 | 1011000 | 1011100 | 100110 | 1001 |
Color Harmonies of #161F0E
Complementary color
Monochromatic Colors of #161F0E
Black with #161F0E
Text Example
Text Example
White with #161F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F0E; }
p { color: rgb(22,31,14); }
H1.HeaderClassName
{
color: #161F0E;
}
.AnyTagClassName
{
color: #161F0E;
}
</style>
background-color css
<style>
a { background-color: #161F0E; }
a { background-color: rgb(22,31,14); }
div.DivClassName
{
background-color: #161F0E;
}
.BgClassName
{
background-color: #161F0E;
}
</style>
border-color css
<style>
span { border-color: #161F0E; }
span { border-color: rgb(22,31,14); }
td.TdClassName
{
border-color: #161F0E;
}
.TagClassName
{
border-color: #161F0E;
}
</style>