Shades of Pine Tree #161A14
Tints of Pine Tree #161A14
RGB
CMYK
RGB Variations
Color information
#161A14 (or 0x161A14) is known color: Pine Tree. HEX triplet: 16, 1A and 14. RGB value is (22,26,20). Sum of RGB (Red+Green+Blue) = 22+26+20=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 26 - color contains mainly: green. Hex color #161A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A14 is #E9E5EB. Grayscale: #181818. Windows color (decimal): -15328748 or 1317398. OLE color: 1317398.
HSL color Cylindrical-coordinate representation of color #161A14: hue angle of 100º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #161A14 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 26 | 20 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.90 |
| HSL | 100º | 0.13% | 0.09% | - |
| HSV(B) | 100º | 0.23% | 0.1% | - |
| XYZ | 0.83 | 0.96 | 0.8 | - |
| YUV | 24.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 20 | 0.15 | 0 | 0.23 | 0.90 | 100 | 0.13 | 0.09 |
| Hex | 16 | 1A | 14 | F | 0 | 17 | 5A | 64 | D | 9 |
| Octal | 26 | 32 | 24 | 17 | 0 | 27 | 132 | 144 | 15 | 11 |
| Binary | 10110 | 11010 | 10100 | 1111 | 0 | 10111 | 1011010 | 1100100 | 1101 | 1001 |
Color Harmonies of #161A14
Complementary color
Monochromatic Colors of #161A14
Black with #161A14
Text Example
Text Example
White with #161A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A14; }
p { color: rgb(22,26,20); }
H1.HeaderClassName
{
color: #161A14;
}
.AnyTagClassName
{
color: #161A14;
}
</style>
background-color css
<style>
a { background-color: #161A14; }
a { background-color: rgb(22,26,20); }
div.DivClassName
{
background-color: #161A14;
}
.BgClassName
{
background-color: #161A14;
}
</style>
border-color css
<style>
span { border-color: #161A14; }
span { border-color: rgb(22,26,20); }
td.TdClassName
{
border-color: #161A14;
}
.TagClassName
{
border-color: #161A14;
}
</style>