Shades of Pine Tree #16220A
Tints of Pine Tree #16220A
RGB
CMYK
RGB Variations
Color information
#16220A (or 0x16220A) is known color: Pine Tree. HEX triplet: 16, 22 and 0A. RGB value is (22,34,10). Sum of RGB (Red+Green+Blue) = 22+34+10=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #16220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16220A is #E9DDF5. Grayscale: #1B1B1B. Windows color (decimal): -15326710 or 664086. OLE color: 664086.
HSL color Cylindrical-coordinate representation of color #16220A: hue angle of 90º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16220A is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 34 | 10 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.87 |
| HSL | 90º | 0.55% | 0.09% | - |
| HSV(B) | 90º | 0.71% | 0.13% | - |
| XYZ | 0.96 | 1.34 | 0.49 | - |
| YUV | 27.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 10 | 0.35 | 0 | 0.71 | 0.87 | 90 | 0.55 | 0.09 |
| Hex | 16 | 22 | A | 23 | 0 | 47 | 57 | 5A | 37 | 9 |
| Octal | 26 | 42 | 12 | 43 | 0 | 107 | 127 | 132 | 67 | 11 |
| Binary | 10110 | 100010 | 1010 | 100011 | 0 | 1000111 | 1010111 | 1011010 | 110111 | 1001 |
Color Harmonies of #16220A
Complementary color
Monochromatic Colors of #16220A
Black with #16220A
Text Example
Text Example
White with #16220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16220A; }
p { color: rgb(22,34,10); }
H1.HeaderClassName
{
color: #16220A;
}
.AnyTagClassName
{
color: #16220A;
}
</style>
background-color css
<style>
a { background-color: #16220A; }
a { background-color: rgb(22,34,10); }
div.DivClassName
{
background-color: #16220A;
}
.BgClassName
{
background-color: #16220A;
}
</style>
border-color css
<style>
span { border-color: #16220A; }
span { border-color: rgb(22,34,10); }
td.TdClassName
{
border-color: #16220A;
}
.TagClassName
{
border-color: #16220A;
}
</style>