Shades of Pine Tree #161B10
Tints of Pine Tree #161B10
RGB
CMYK
RGB Variations
Color information
#161B10 (or 0x161B10) is known color: Pine Tree. HEX triplet: 16, 1B and 10. RGB value is (22,27,16). Sum of RGB (Red+Green+Blue) = 22+27+16=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 27 - color contains mainly: green. Hex color #161B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B10 is #E9E4EF. Grayscale: #181818. Windows color (decimal): -15328496 or 1055510. OLE color: 1055510.
HSL color Cylindrical-coordinate representation of color #161B10: hue angle of 87.27º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #161B10 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 27 | 16 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.89 |
| HSL | 87.27º | 0.26% | 0.08% | - |
| HSV(B) | 87.27º | 0.41% | 0.11% | - |
| XYZ | 0.82 | 0.99 | 0.64 | - |
| YUV | 24.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 16 | 0.19 | 0 | 0.41 | 0.89 | 87.27 | 0.26 | 0.08 |
| Hex | 16 | 1B | 10 | 13 | 0 | 29 | 59 | 57 | 1A | 8 |
| Octal | 26 | 33 | 20 | 23 | 0 | 51 | 131 | 127 | 32 | 10 |
| Binary | 10110 | 11011 | 10000 | 10011 | 0 | 101001 | 1011001 | 1010111 | 11010 | 1000 |
Color Harmonies of #161B10
Complementary color
Monochromatic Colors of #161B10
Black with #161B10
Text Example
Text Example
White with #161B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B10; }
p { color: rgb(22,27,16); }
H1.HeaderClassName
{
color: #161B10;
}
.AnyTagClassName
{
color: #161B10;
}
</style>
background-color css
<style>
a { background-color: #161B10; }
a { background-color: rgb(22,27,16); }
div.DivClassName
{
background-color: #161B10;
}
.BgClassName
{
background-color: #161B10;
}
</style>
border-color css
<style>
span { border-color: #161B10; }
span { border-color: rgb(22,27,16); }
td.TdClassName
{
border-color: #161B10;
}
.TagClassName
{
border-color: #161B10;
}
</style>