Shades of Pine Tree #161D02
Tints of Pine Tree #161D02
RGB
CMYK
RGB Variations
Color information
#161D02 (or 0x161D02) is known color: Pine Tree. HEX triplet: 16, 1D and 02. RGB value is (22,29,2). Sum of RGB (Red+Green+Blue) = 22+29+2=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #161D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D02 is #E9E2FD. Grayscale: #171717. Windows color (decimal): -15327998 or 138518. OLE color: 138518.
HSL color Cylindrical-coordinate representation of color #161D02: hue angle of 75.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #161D02 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 29 | 2 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.89 |
| HSL | 75.56º | 0.87% | 0.06% | - |
| HSV(B) | 75.56º | 0.93% | 0.11% | - |
| XYZ | 0.78 | 1.05 | 0.22 | - |
| YUV | 23.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 2 | 0.24 | 0 | 0.93 | 0.89 | 75.56 | 0.87 | 0.06 |
| Hex | 16 | 1D | 2 | 18 | 0 | 5D | 59 | 4C | 57 | 6 |
| Octal | 26 | 35 | 2 | 30 | 0 | 135 | 131 | 114 | 127 | 6 |
| Binary | 10110 | 11101 | 10 | 11000 | 0 | 1011101 | 1011001 | 1001100 | 1010111 | 110 |
Color Harmonies of #161D02
Complementary color
Monochromatic Colors of #161D02
Black with #161D02
Text Example
Text Example
White with #161D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D02; }
p { color: rgb(22,29,2); }
H1.HeaderClassName
{
color: #161D02;
}
.AnyTagClassName
{
color: #161D02;
}
</style>
background-color css
<style>
a { background-color: #161D02; }
a { background-color: rgb(22,29,2); }
div.DivClassName
{
background-color: #161D02;
}
.BgClassName
{
background-color: #161D02;
}
</style>
border-color css
<style>
span { border-color: #161D02; }
span { border-color: rgb(22,29,2); }
td.TdClassName
{
border-color: #161D02;
}
.TagClassName
{
border-color: #161D02;
}
</style>