Shades of Pine Tree #162C00
Tints of Pine Tree #162C00
RGB
CMYK
RGB Variations
Color information
#162C00 (or 0x162C00) is known color: Pine Tree. HEX triplet: 16, 2C and 00. RGB value is (22,44,0). Sum of RGB (Red+Green+Blue) = 22+44+0=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 44 (17.58% from 255 or 66.67% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 44 - color contains mainly: green. Hex color #162C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162C00 is #E9D3FF. Grayscale: #202020. Windows color (decimal): -15324160 or 11286. OLE color: 11286.
HSL color Cylindrical-coordinate representation of color #162C00: hue angle of 90º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #162C00 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 44 | 0 | - |
| CMYK | 0.5 | 0 | 1 | 0.83 |
| HSL | 90º | 1% | 0.09% | - |
| HSV(B) | 90º | 1% | 0.17% | - |
| XYZ | 1.23 | 1.97 | 0.32 | - |
| YUV | 32.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 0 | 0.5 | 0 | 1 | 0.83 | 90 | 1 | 0.09 |
| Hex | 16 | 2C | 0 | 32 | 0 | 64 | 53 | 5A | 64 | 9 |
| Octal | 26 | 54 | 0 | 62 | 0 | 144 | 123 | 132 | 144 | 11 |
| Binary | 10110 | 101100 | 0 | 110010 | 0 | 1100100 | 1010011 | 1011010 | 1100100 | 1001 |
Color Harmonies of #162C00
Complementary color
Monochromatic Colors of #162C00
Black with #162C00
Text Example
Text Example
White with #162C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C00; }
p { color: rgb(22,44,0); }
H1.HeaderClassName
{
color: #162C00;
}
.AnyTagClassName
{
color: #162C00;
}
</style>
background-color css
<style>
a { background-color: #162C00; }
a { background-color: rgb(22,44,0); }
div.DivClassName
{
background-color: #162C00;
}
.BgClassName
{
background-color: #162C00;
}
</style>
border-color css
<style>
span { border-color: #162C00; }
span { border-color: rgb(22,44,0); }
td.TdClassName
{
border-color: #162C00;
}
.TagClassName
{
border-color: #162C00;
}
</style>