Shades of Pine Tree #16250E
Tints of Pine Tree #16250E
RGB
CMYK
RGB Variations
Color information
#16250E (or 0x16250E) is known color: Pine Tree. HEX triplet: 16, 25 and 0E. RGB value is (22,37,14). Sum of RGB (Red+Green+Blue) = 22+37+14=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #16250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16250E is #E9DAF1. Grayscale: #1D1D1D. Windows color (decimal): -15325938 or 926998. OLE color: 926998.
HSL color Cylindrical-coordinate representation of color #16250E: hue angle of 99.13º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #16250E is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 37 | 14 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.85 |
| HSL | 99.13º | 0.45% | 0.1% | - |
| HSV(B) | 99.13º | 0.62% | 0.15% | - |
| XYZ | 1.07 | 1.53 | 0.65 | - |
| YUV | 29.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 14 | 0.41 | 0 | 0.62 | 0.85 | 99.13 | 0.45 | 0.1 |
| Hex | 16 | 25 | E | 29 | 0 | 3E | 55 | 63 | 2D | A |
| Octal | 26 | 45 | 16 | 51 | 0 | 76 | 125 | 143 | 55 | 12 |
| Binary | 10110 | 100101 | 1110 | 101001 | 0 | 111110 | 1010101 | 1100011 | 101101 | 1010 |
Color Harmonies of #16250E
Complementary color
Monochromatic Colors of #16250E
Black with #16250E
Text Example
Text Example
White with #16250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16250E; }
p { color: rgb(22,37,14); }
H1.HeaderClassName
{
color: #16250E;
}
.AnyTagClassName
{
color: #16250E;
}
</style>
background-color css
<style>
a { background-color: #16250E; }
a { background-color: rgb(22,37,14); }
div.DivClassName
{
background-color: #16250E;
}
.BgClassName
{
background-color: #16250E;
}
</style>
border-color css
<style>
span { border-color: #16250E; }
span { border-color: rgb(22,37,14); }
td.TdClassName
{
border-color: #16250E;
}
.TagClassName
{
border-color: #16250E;
}
</style>