Shades of Pine Tree #161F0D
Tints of Pine Tree #161F0D
RGB
CMYK
RGB Variations
Color information
#161F0D (or 0x161F0D) is known color: Pine Tree. HEX triplet: 16, 1F and 0D. RGB value is (22,31,13). Sum of RGB (Red+Green+Blue) = 22+31+13=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #161F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161F0D is #E9E0F2. Grayscale: #1A1A1A. Windows color (decimal): -15327475 or 859926. OLE color: 859926.
HSL color Cylindrical-coordinate representation of color #161F0D: hue angle of 90º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #161F0D is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 31 | 13 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.88 |
| HSL | 90º | 0.41% | 0.09% | - |
| HSV(B) | 90º | 0.58% | 0.12% | - |
| XYZ | 0.89 | 1.18 | 0.56 | - |
| YUV | 26.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 13 | 0.29 | 0 | 0.58 | 0.88 | 90 | 0.41 | 0.09 |
| Hex | 16 | 1F | D | 1D | 0 | 3A | 58 | 5A | 29 | 9 |
| Octal | 26 | 37 | 15 | 35 | 0 | 72 | 130 | 132 | 51 | 11 |
| Binary | 10110 | 11111 | 1101 | 11101 | 0 | 111010 | 1011000 | 1011010 | 101001 | 1001 |
Color Harmonies of #161F0D
Complementary color
Monochromatic Colors of #161F0D
Black with #161F0D
Text Example
Text Example
White with #161F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F0D; }
p { color: rgb(22,31,13); }
H1.HeaderClassName
{
color: #161F0D;
}
.AnyTagClassName
{
color: #161F0D;
}
</style>
background-color css
<style>
a { background-color: #161F0D; }
a { background-color: rgb(22,31,13); }
div.DivClassName
{
background-color: #161F0D;
}
.BgClassName
{
background-color: #161F0D;
}
</style>
border-color css
<style>
span { border-color: #161F0D; }
span { border-color: rgb(22,31,13); }
td.TdClassName
{
border-color: #161F0D;
}
.TagClassName
{
border-color: #161F0D;
}
</style>