Shades of Pine Tree #161F00
Tints of Pine Tree #161F00
RGB
CMYK
RGB Variations
Color information
#161F00 (or 0x161F00) is known color: Pine Tree. HEX triplet: 16, 1F and 00. RGB value is (22,31,0). Sum of RGB (Red+Green+Blue) = 22+31+0=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #161F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161F00 is #E9E0FF. Grayscale: #181818. Windows color (decimal): -15327488 or 7958. OLE color: 7958.
HSL color Cylindrical-coordinate representation of color #161F00: hue angle of 77.42º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #161F00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 31 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.88 |
| HSL | 77.42º | 1% | 0.06% | - |
| HSV(B) | 77.42º | 1% | 0.12% | - |
| XYZ | 0.82 | 1.15 | 0.18 | - |
| YUV | 24.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 0 | 0.29 | 0 | 1 | 0.88 | 77.42 | 1 | 0.06 |
| Hex | 16 | 1F | 0 | 1D | 0 | 64 | 58 | 4D | 64 | 6 |
| Octal | 26 | 37 | 0 | 35 | 0 | 144 | 130 | 115 | 144 | 6 |
| Binary | 10110 | 11111 | 0 | 11101 | 0 | 1100100 | 1011000 | 1001101 | 1100100 | 110 |
Color Harmonies of #161F00
Complementary color
Monochromatic Colors of #161F00
Black with #161F00
Text Example
Text Example
White with #161F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F00; }
p { color: rgb(22,31,0); }
H1.HeaderClassName
{
color: #161F00;
}
.AnyTagClassName
{
color: #161F00;
}
</style>
background-color css
<style>
a { background-color: #161F00; }
a { background-color: rgb(22,31,0); }
div.DivClassName
{
background-color: #161F00;
}
.BgClassName
{
background-color: #161F00;
}
</style>
border-color css
<style>
span { border-color: #161F00; }
span { border-color: rgb(22,31,0); }
td.TdClassName
{
border-color: #161F00;
}
.TagClassName
{
border-color: #161F00;
}
</style>