Shades of Pine Tree #16290C
Tints of Pine Tree #16290C
RGB
CMYK
RGB Variations
Color information
#16290C (or 0x16290C) is known color: Pine Tree. HEX triplet: 16, 29 and 0C. RGB value is (22,41,12). Sum of RGB (Red+Green+Blue) = 22+41+12=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #16290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16290C is #E9D6F3. Grayscale: #202020. Windows color (decimal): -15324916 or 796950. OLE color: 796950.
HSL color Cylindrical-coordinate representation of color #16290C: hue angle of 99.31º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16290C is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 41 | 12 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.84 |
| HSL | 99.31º | 0.55% | 0.1% | - |
| HSV(B) | 99.31º | 0.71% | 0.16% | - |
| XYZ | 1.19 | 1.78 | 0.63 | - |
| YUV | 32.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 12 | 0.46 | 0 | 0.71 | 0.84 | 99.31 | 0.55 | 0.1 |
| Hex | 16 | 29 | C | 2E | 0 | 47 | 54 | 63 | 37 | A |
| Octal | 26 | 51 | 14 | 56 | 0 | 107 | 124 | 143 | 67 | 12 |
| Binary | 10110 | 101001 | 1100 | 101110 | 0 | 1000111 | 1010100 | 1100011 | 110111 | 1010 |
Color Harmonies of #16290C
Complementary color
Monochromatic Colors of #16290C
Black with #16290C
Text Example
Text Example
White with #16290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16290C; }
p { color: rgb(22,41,12); }
H1.HeaderClassName
{
color: #16290C;
}
.AnyTagClassName
{
color: #16290C;
}
</style>
background-color css
<style>
a { background-color: #16290C; }
a { background-color: rgb(22,41,12); }
div.DivClassName
{
background-color: #16290C;
}
.BgClassName
{
background-color: #16290C;
}
</style>
border-color css
<style>
span { border-color: #16290C; }
span { border-color: rgb(22,41,12); }
td.TdClassName
{
border-color: #16290C;
}
.TagClassName
{
border-color: #16290C;
}
</style>