Shades of Pine Tree #161E0D
Tints of Pine Tree #161E0D
RGB
CMYK
RGB Variations
Color information
#161E0D (or 0x161E0D) is known color: Pine Tree. HEX triplet: 16, 1E and 0D. RGB value is (22,30,13). Sum of RGB (Red+Green+Blue) = 22+30+13=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #161E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E0D is #E9E1F2. Grayscale: #191919. Windows color (decimal): -15327731 or 859670. OLE color: 859670.
HSL color Cylindrical-coordinate representation of color #161E0D: hue angle of 88.24º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #161E0D is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 30 | 13 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.88 |
| HSL | 88.24º | 0.4% | 0.08% | - |
| HSV(B) | 88.24º | 0.57% | 0.12% | - |
| XYZ | 0.87 | 1.13 | 0.55 | - |
| YUV | 25.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 13 | 0.27 | 0 | 0.57 | 0.88 | 88.24 | 0.4 | 0.08 |
| Hex | 16 | 1E | D | 1B | 0 | 39 | 58 | 58 | 28 | 8 |
| Octal | 26 | 36 | 15 | 33 | 0 | 71 | 130 | 130 | 50 | 10 |
| Binary | 10110 | 11110 | 1101 | 11011 | 0 | 111001 | 1011000 | 1011000 | 101000 | 1000 |
Color Harmonies of #161E0D
Complementary color
Monochromatic Colors of #161E0D
Black with #161E0D
Text Example
Text Example
White with #161E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E0D; }
p { color: rgb(22,30,13); }
H1.HeaderClassName
{
color: #161E0D;
}
.AnyTagClassName
{
color: #161E0D;
}
</style>
background-color css
<style>
a { background-color: #161E0D; }
a { background-color: rgb(22,30,13); }
div.DivClassName
{
background-color: #161E0D;
}
.BgClassName
{
background-color: #161E0D;
}
</style>
border-color css
<style>
span { border-color: #161E0D; }
span { border-color: rgb(22,30,13); }
td.TdClassName
{
border-color: #161E0D;
}
.TagClassName
{
border-color: #161E0D;
}
</style>