Shades of Pine Tree #161A11
Tints of Pine Tree #161A11
RGB
CMYK
RGB Variations
Color information
#161A11 (or 0x161A11) is known color: Pine Tree. HEX triplet: 16, 1A and 11. RGB value is (22,26,17). Sum of RGB (Red+Green+Blue) = 22+26+17=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 26 - color contains mainly: green. Hex color #161A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A11 is #E9E5EE. Grayscale: #171717. Windows color (decimal): -15328751 or 1120790. OLE color: 1120790.
HSL color Cylindrical-coordinate representation of color #161A11: hue angle of 86.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #161A11 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 26 | 17 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.90 |
| HSL | 86.67º | 0.21% | 0.08% | - |
| HSV(B) | 86.67º | 0.35% | 0.1% | - |
| XYZ | 0.8 | 0.95 | 0.67 | - |
| YUV | 23.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 17 | 0.15 | 0 | 0.35 | 0.90 | 86.67 | 0.21 | 0.08 |
| Hex | 16 | 1A | 11 | F | 0 | 23 | 5A | 57 | 15 | 8 |
| Octal | 26 | 32 | 21 | 17 | 0 | 43 | 132 | 127 | 25 | 10 |
| Binary | 10110 | 11010 | 10001 | 1111 | 0 | 100011 | 1011010 | 1010111 | 10101 | 1000 |
Color Harmonies of #161A11
Complementary color
Monochromatic Colors of #161A11
Black with #161A11
Text Example
Text Example
White with #161A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A11; }
p { color: rgb(22,26,17); }
H1.HeaderClassName
{
color: #161A11;
}
.AnyTagClassName
{
color: #161A11;
}
</style>
background-color css
<style>
a { background-color: #161A11; }
a { background-color: rgb(22,26,17); }
div.DivClassName
{
background-color: #161A11;
}
.BgClassName
{
background-color: #161A11;
}
</style>
border-color css
<style>
span { border-color: #161A11; }
span { border-color: rgb(22,26,17); }
td.TdClassName
{
border-color: #161A11;
}
.TagClassName
{
border-color: #161A11;
}
</style>