Shades of Pine Tree #0F1602
Tints of Pine Tree #0F1602
RGB
CMYK
RGB Variations
Color information
#0F1602 (or 0x0F1602) is known color: Pine Tree. HEX triplet: 0F, 16 and 02. RGB value is (15,22,2). Sum of RGB (Red+Green+Blue) = 15+22+2=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1602 is #F0E9FD. Grayscale: #111111. Windows color (decimal): -15788542 or 136719. OLE color: 136719.
HSL color Cylindrical-coordinate representation of color #0F1602: hue angle of 81º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1602 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 22 | 2 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.91 |
| HSL | 81º | 0.83% | 0.05% | - |
| HSV(B) | 81º | 0.91% | 0.09% | - |
| XYZ | 0.49 | 0.68 | 0.16 | - |
| YUV | 17.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 2 | 0.32 | 0 | 0.91 | 0.91 | 81 | 0.83 | 0.05 |
| Hex | F | 16 | 2 | 20 | 0 | 5B | 5B | 51 | 53 | 5 |
| Octal | 17 | 26 | 2 | 40 | 0 | 133 | 133 | 121 | 123 | 5 |
| Binary | 1111 | 10110 | 10 | 100000 | 0 | 1011011 | 1011011 | 1010001 | 1010011 | 101 |
Color Harmonies of #0F1602
Complementary color
Monochromatic Colors of #0F1602
Black with #0F1602
Text Example
Text Example
White with #0F1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1602; }
p { color: rgb(15,22,2); }
H1.HeaderClassName
{
color: #0F1602;
}
.AnyTagClassName
{
color: #0F1602;
}
</style>
background-color css
<style>
a { background-color: #0F1602; }
a { background-color: rgb(15,22,2); }
div.DivClassName
{
background-color: #0F1602;
}
.BgClassName
{
background-color: #0F1602;
}
</style>
border-color css
<style>
span { border-color: #0F1602; }
span { border-color: rgb(15,22,2); }
td.TdClassName
{
border-color: #0F1602;
}
.TagClassName
{
border-color: #0F1602;
}
</style>