Shades of Pine Tree #161D08
Tints of Pine Tree #161D08
RGB
CMYK
RGB Variations
Color information
#161D08 (or 0x161D08) is known color: Pine Tree. HEX triplet: 16, 1D and 08. RGB value is (22,29,8). Sum of RGB (Red+Green+Blue) = 22+29+8=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #161D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D08 is #E9E2F7. Grayscale: #181818. Windows color (decimal): -15327992 or 531734. OLE color: 531734.
HSL color Cylindrical-coordinate representation of color #161D08: hue angle of 80º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #161D08 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 29 | 8 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.89 |
| HSL | 80º | 0.57% | 0.07% | - |
| HSV(B) | 80º | 0.72% | 0.11% | - |
| XYZ | 0.81 | 1.07 | 0.39 | - |
| YUV | 24.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 8 | 0.24 | 0 | 0.72 | 0.89 | 80 | 0.57 | 0.07 |
| Hex | 16 | 1D | 8 | 18 | 0 | 48 | 59 | 50 | 39 | 7 |
| Octal | 26 | 35 | 10 | 30 | 0 | 110 | 131 | 120 | 71 | 7 |
| Binary | 10110 | 11101 | 1000 | 11000 | 0 | 1001000 | 1011001 | 1010000 | 111001 | 111 |
Color Harmonies of #161D08
Complementary color
Monochromatic Colors of #161D08
Black with #161D08
Text Example
Text Example
White with #161D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D08; }
p { color: rgb(22,29,8); }
H1.HeaderClassName
{
color: #161D08;
}
.AnyTagClassName
{
color: #161D08;
}
</style>
background-color css
<style>
a { background-color: #161D08; }
a { background-color: rgb(22,29,8); }
div.DivClassName
{
background-color: #161D08;
}
.BgClassName
{
background-color: #161D08;
}
</style>
border-color css
<style>
span { border-color: #161D08; }
span { border-color: rgb(22,29,8); }
td.TdClassName
{
border-color: #161D08;
}
.TagClassName
{
border-color: #161D08;
}
</style>