Shades of Pine Tree #162600
Tints of Pine Tree #162600
RGB
CMYK
RGB Variations
Color information
#162600 (or 0x162600) is known color: Pine Tree. HEX triplet: 16, 26 and 00. RGB value is (22,38,0). Sum of RGB (Red+Green+Blue) = 22+38+0=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #162600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162600 is #E9D9FF. Grayscale: #1D1D1D. Windows color (decimal): -15325696 or 9750. OLE color: 9750.
HSL color Cylindrical-coordinate representation of color #162600: hue angle of 85.26º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #162600 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 38 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.85 |
| HSL | 85.26º | 1% | 0.07% | - |
| HSV(B) | 85.26º | 1% | 0.15% | - |
| XYZ | 1.02 | 1.56 | 0.25 | - |
| YUV | 28.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 0 | 0.42 | 0 | 1 | 0.85 | 85.26 | 1 | 0.07 |
| Hex | 16 | 26 | 0 | 2A | 0 | 64 | 55 | 55 | 64 | 7 |
| Octal | 26 | 46 | 0 | 52 | 0 | 144 | 125 | 125 | 144 | 7 |
| Binary | 10110 | 100110 | 0 | 101010 | 0 | 1100100 | 1010101 | 1010101 | 1100100 | 111 |
Color Harmonies of #162600
Complementary color
Monochromatic Colors of #162600
Black with #162600
Text Example
Text Example
White with #162600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162600; }
p { color: rgb(22,38,0); }
H1.HeaderClassName
{
color: #162600;
}
.AnyTagClassName
{
color: #162600;
}
</style>
background-color css
<style>
a { background-color: #162600; }
a { background-color: rgb(22,38,0); }
div.DivClassName
{
background-color: #162600;
}
.BgClassName
{
background-color: #162600;
}
</style>
border-color css
<style>
span { border-color: #162600; }
span { border-color: rgb(22,38,0); }
td.TdClassName
{
border-color: #162600;
}
.TagClassName
{
border-color: #162600;
}
</style>