Shades of Pine Tree #16200C
Tints of Pine Tree #16200C
RGB
CMYK
RGB Variations
Color information
#16200C (or 0x16200C) is known color: Pine Tree. HEX triplet: 16, 20 and 0C. RGB value is (22,32,12). Sum of RGB (Red+Green+Blue) = 22+32+12=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #16200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16200C is #E9DFF3. Grayscale: #1A1A1A. Windows color (decimal): -15327220 or 794646. OLE color: 794646.
HSL color Cylindrical-coordinate representation of color #16200C: hue angle of 90º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #16200C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 32 | 12 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.87 |
| HSL | 90º | 0.45% | 0.09% | - |
| HSV(B) | 90º | 0.63% | 0.13% | - |
| XYZ | 0.91 | 1.23 | 0.54 | - |
| YUV | 26.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 12 | 0.31 | 0 | 0.63 | 0.87 | 90 | 0.45 | 0.09 |
| Hex | 16 | 20 | C | 1F | 0 | 3F | 57 | 5A | 2D | 9 |
| Octal | 26 | 40 | 14 | 37 | 0 | 77 | 127 | 132 | 55 | 11 |
| Binary | 10110 | 100000 | 1100 | 11111 | 0 | 111111 | 1010111 | 1011010 | 101101 | 1001 |
Color Harmonies of #16200C
Complementary color
Monochromatic Colors of #16200C
Black with #16200C
Text Example
Text Example
White with #16200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16200C; }
p { color: rgb(22,32,12); }
H1.HeaderClassName
{
color: #16200C;
}
.AnyTagClassName
{
color: #16200C;
}
</style>
background-color css
<style>
a { background-color: #16200C; }
a { background-color: rgb(22,32,12); }
div.DivClassName
{
background-color: #16200C;
}
.BgClassName
{
background-color: #16200C;
}
</style>
border-color css
<style>
span { border-color: #16200C; }
span { border-color: rgb(22,32,12); }
td.TdClassName
{
border-color: #16200C;
}
.TagClassName
{
border-color: #16200C;
}
</style>