Shades of Pine Tree #162204
Tints of Pine Tree #162204
RGB
CMYK
RGB Variations
Color information
#162204 (or 0x162204) is known color: Pine Tree. HEX triplet: 16, 22 and 04. RGB value is (22,34,4). Sum of RGB (Red+Green+Blue) = 22+34+4=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 34 (13.67% from 255 or 56.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 34 - color contains mainly: green. Hex color #162204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162204 is #E9DDFB. Grayscale: #1B1B1B. Windows color (decimal): -15326716 or 270870. OLE color: 270870.
HSL color Cylindrical-coordinate representation of color #162204: hue angle of 84º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #162204 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 34 | 4 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.87 |
| HSL | 84º | 0.79% | 0.07% | - |
| HSV(B) | 84º | 0.88% | 0.13% | - |
| XYZ | 0.92 | 1.32 | 0.32 | - |
| YUV | 26.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 4 | 0.35 | 0 | 0.88 | 0.87 | 84 | 0.79 | 0.07 |
| Hex | 16 | 22 | 4 | 23 | 0 | 58 | 57 | 54 | 4F | 7 |
| Octal | 26 | 42 | 4 | 43 | 0 | 130 | 127 | 124 | 117 | 7 |
| Binary | 10110 | 100010 | 100 | 100011 | 0 | 1011000 | 1010111 | 1010100 | 1001111 | 111 |
Color Harmonies of #162204
Complementary color
Monochromatic Colors of #162204
Black with #162204
Text Example
Text Example
White with #162204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162204; }
p { color: rgb(22,34,4); }
H1.HeaderClassName
{
color: #162204;
}
.AnyTagClassName
{
color: #162204;
}
</style>
background-color css
<style>
a { background-color: #162204; }
a { background-color: rgb(22,34,4); }
div.DivClassName
{
background-color: #162204;
}
.BgClassName
{
background-color: #162204;
}
</style>
border-color css
<style>
span { border-color: #162204; }
span { border-color: rgb(22,34,4); }
td.TdClassName
{
border-color: #162204;
}
.TagClassName
{
border-color: #162204;
}
</style>