Shades of Pine Tree #16220B
Tints of Pine Tree #16220B
RGB
CMYK
RGB Variations
Color information
#16220B (or 0x16220B) is known color: Pine Tree. HEX triplet: 16, 22 and 0B. RGB value is (22,34,11). Sum of RGB (Red+Green+Blue) = 22+34+11=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #16220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16220B is #E9DDF4. Grayscale: #1B1B1B. Windows color (decimal): -15326709 or 729622. OLE color: 729622.
HSL color Cylindrical-coordinate representation of color #16220B: hue angle of 91.3º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #16220B is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 34 | 11 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.87 |
| HSL | 91.3º | 0.51% | 0.09% | - |
| HSV(B) | 91.3º | 0.68% | 0.13% | - |
| XYZ | 0.96 | 1.34 | 0.52 | - |
| YUV | 27.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 11 | 0.35 | 0 | 0.68 | 0.87 | 91.3 | 0.51 | 0.09 |
| Hex | 16 | 22 | B | 23 | 0 | 44 | 57 | 5B | 33 | 9 |
| Octal | 26 | 42 | 13 | 43 | 0 | 104 | 127 | 133 | 63 | 11 |
| Binary | 10110 | 100010 | 1011 | 100011 | 0 | 1000100 | 1010111 | 1011011 | 110011 | 1001 |
Color Harmonies of #16220B
Complementary color
Monochromatic Colors of #16220B
Black with #16220B
Text Example
Text Example
White with #16220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16220B; }
p { color: rgb(22,34,11); }
H1.HeaderClassName
{
color: #16220B;
}
.AnyTagClassName
{
color: #16220B;
}
</style>
background-color css
<style>
a { background-color: #16220B; }
a { background-color: rgb(22,34,11); }
div.DivClassName
{
background-color: #16220B;
}
.BgClassName
{
background-color: #16220B;
}
</style>
border-color css
<style>
span { border-color: #16220B; }
span { border-color: rgb(22,34,11); }
td.TdClassName
{
border-color: #16220B;
}
.TagClassName
{
border-color: #16220B;
}
</style>