Shades of Pine Tree #16250B
Tints of Pine Tree #16250B
RGB
CMYK
RGB Variations
Color information
#16250B (or 0x16250B) is known color: Pine Tree. HEX triplet: 16, 25 and 0B. RGB value is (22,37,11). Sum of RGB (Red+Green+Blue) = 22+37+11=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #16250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16250B is #E9DAF4. Grayscale: #1D1D1D. Windows color (decimal): -15325941 or 730390. OLE color: 730390.
HSL color Cylindrical-coordinate representation of color #16250B: hue angle of 94.62º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16250B is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 37 | 11 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.85 |
| HSL | 94.62º | 0.54% | 0.09% | - |
| HSV(B) | 94.62º | 0.7% | 0.15% | - |
| XYZ | 1.05 | 1.52 | 0.55 | - |
| YUV | 29.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 11 | 0.41 | 0 | 0.70 | 0.85 | 94.62 | 0.54 | 0.09 |
| Hex | 16 | 25 | B | 29 | 0 | 46 | 55 | 5F | 36 | 9 |
| Octal | 26 | 45 | 13 | 51 | 0 | 106 | 125 | 137 | 66 | 11 |
| Binary | 10110 | 100101 | 1011 | 101001 | 0 | 1000110 | 1010101 | 1011111 | 110110 | 1001 |
Color Harmonies of #16250B
Complementary color
Monochromatic Colors of #16250B
Black with #16250B
Text Example
Text Example
White with #16250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16250B; }
p { color: rgb(22,37,11); }
H1.HeaderClassName
{
color: #16250B;
}
.AnyTagClassName
{
color: #16250B;
}
</style>
background-color css
<style>
a { background-color: #16250B; }
a { background-color: rgb(22,37,11); }
div.DivClassName
{
background-color: #16250B;
}
.BgClassName
{
background-color: #16250B;
}
</style>
border-color css
<style>
span { border-color: #16250B; }
span { border-color: rgb(22,37,11); }
td.TdClassName
{
border-color: #16250B;
}
.TagClassName
{
border-color: #16250B;
}
</style>