Shades of Pine Tree #161D05
Tints of Pine Tree #161D05
RGB
CMYK
RGB Variations
Color information
#161D05 (or 0x161D05) is known color: Pine Tree. HEX triplet: 16, 1D and 05. RGB value is (22,29,5). Sum of RGB (Red+Green+Blue) = 22+29+5=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #161D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D05 is #E9E2FA. Grayscale: #181818. Windows color (decimal): -15327995 or 335126. OLE color: 335126.
HSL color Cylindrical-coordinate representation of color #161D05: hue angle of 77.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161D05 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 29 | 5 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.89 |
| HSL | 77.5º | 0.71% | 0.07% | - |
| HSV(B) | 77.5º | 0.83% | 0.11% | - |
| XYZ | 0.8 | 1.06 | 0.31 | - |
| YUV | 24.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 5 | 0.24 | 0 | 0.83 | 0.89 | 77.5 | 0.71 | 0.07 |
| Hex | 16 | 1D | 5 | 18 | 0 | 53 | 59 | 4E | 47 | 7 |
| Octal | 26 | 35 | 5 | 30 | 0 | 123 | 131 | 116 | 107 | 7 |
| Binary | 10110 | 11101 | 101 | 11000 | 0 | 1010011 | 1011001 | 1001110 | 1000111 | 111 |
Color Harmonies of #161D05
Complementary color
Monochromatic Colors of #161D05
Black with #161D05
Text Example
Text Example
White with #161D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D05; }
p { color: rgb(22,29,5); }
H1.HeaderClassName
{
color: #161D05;
}
.AnyTagClassName
{
color: #161D05;
}
</style>
background-color css
<style>
a { background-color: #161D05; }
a { background-color: rgb(22,29,5); }
div.DivClassName
{
background-color: #161D05;
}
.BgClassName
{
background-color: #161D05;
}
</style>
border-color css
<style>
span { border-color: #161D05; }
span { border-color: rgb(22,29,5); }
td.TdClassName
{
border-color: #161D05;
}
.TagClassName
{
border-color: #161D05;
}
</style>