Shades of Pine Tree #161E06
Tints of Pine Tree #161E06
RGB
CMYK
RGB Variations
Color information
#161E06 (or 0x161E06) is known color: Pine Tree. HEX triplet: 16, 1E and 06. RGB value is (22,30,6). Sum of RGB (Red+Green+Blue) = 22+30+6=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #161E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E06 is #E9E1F9. Grayscale: #181818. Windows color (decimal): -15327738 or 400918. OLE color: 400918.
HSL color Cylindrical-coordinate representation of color #161E06: hue angle of 80º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161E06 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 30 | 6 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.88 |
| HSL | 80º | 0.67% | 0.07% | - |
| HSV(B) | 80º | 0.8% | 0.12% | - |
| XYZ | 0.83 | 1.11 | 0.34 | - |
| YUV | 24.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 6 | 0.27 | 0 | 0.80 | 0.88 | 80 | 0.67 | 0.07 |
| Hex | 16 | 1E | 6 | 1B | 0 | 50 | 58 | 50 | 43 | 7 |
| Octal | 26 | 36 | 6 | 33 | 0 | 120 | 130 | 120 | 103 | 7 |
| Binary | 10110 | 11110 | 110 | 11011 | 0 | 1010000 | 1011000 | 1010000 | 1000011 | 111 |
Color Harmonies of #161E06
Complementary color
Monochromatic Colors of #161E06
Black with #161E06
Text Example
Text Example
White with #161E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E06; }
p { color: rgb(22,30,6); }
H1.HeaderClassName
{
color: #161E06;
}
.AnyTagClassName
{
color: #161E06;
}
</style>
background-color css
<style>
a { background-color: #161E06; }
a { background-color: rgb(22,30,6); }
div.DivClassName
{
background-color: #161E06;
}
.BgClassName
{
background-color: #161E06;
}
</style>
border-color css
<style>
span { border-color: #161E06; }
span { border-color: rgb(22,30,6); }
td.TdClassName
{
border-color: #161E06;
}
.TagClassName
{
border-color: #161E06;
}
</style>