Shades of Pine Tree #161E0C
Tints of Pine Tree #161E0C
RGB
CMYK
RGB Variations
Color information
#161E0C (or 0x161E0C) is known color: Pine Tree. HEX triplet: 16, 1E and 0C. RGB value is (22,30,12). Sum of RGB (Red+Green+Blue) = 22+30+12=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #161E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E0C is #E9E1F3. Grayscale: #191919. Windows color (decimal): -15327732 or 794134. OLE color: 794134.
HSL color Cylindrical-coordinate representation of color #161E0C: hue angle of 86.67º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #161E0C is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 30 | 12 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.88 |
| HSL | 86.67º | 0.43% | 0.08% | - |
| HSV(B) | 86.67º | 0.6% | 0.12% | - |
| XYZ | 0.86 | 1.13 | 0.52 | - |
| YUV | 25.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 12 | 0.27 | 0 | 0.60 | 0.88 | 86.67 | 0.43 | 0.08 |
| Hex | 16 | 1E | C | 1B | 0 | 3C | 58 | 57 | 2B | 8 |
| Octal | 26 | 36 | 14 | 33 | 0 | 74 | 130 | 127 | 53 | 10 |
| Binary | 10110 | 11110 | 1100 | 11011 | 0 | 111100 | 1011000 | 1010111 | 101011 | 1000 |
Color Harmonies of #161E0C
Complementary color
Monochromatic Colors of #161E0C
Black with #161E0C
Text Example
Text Example
White with #161E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E0C; }
p { color: rgb(22,30,12); }
H1.HeaderClassName
{
color: #161E0C;
}
.AnyTagClassName
{
color: #161E0C;
}
</style>
background-color css
<style>
a { background-color: #161E0C; }
a { background-color: rgb(22,30,12); }
div.DivClassName
{
background-color: #161E0C;
}
.BgClassName
{
background-color: #161E0C;
}
</style>
border-color css
<style>
span { border-color: #161E0C; }
span { border-color: rgb(22,30,12); }
td.TdClassName
{
border-color: #161E0C;
}
.TagClassName
{
border-color: #161E0C;
}
</style>