Shades of Pine Tree #0F1702
Tints of Pine Tree #0F1702
RGB
CMYK
RGB Variations
Color information
#0F1702 (or 0x0F1702) is known color: Pine Tree. HEX triplet: 0F, 17 and 02. RGB value is (15,23,2). Sum of RGB (Red+Green+Blue) = 15+23+2=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1702 is #F0E8FD. Grayscale: #121212. Windows color (decimal): -15788286 or 136975. OLE color: 136975.
HSL color Cylindrical-coordinate representation of color #0F1702: hue angle of 82.86º degrees, saturation: 0.84, 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 #0F1702 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 23 | 2 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.91 |
| HSL | 82.86º | 0.84% | 0.05% | - |
| HSV(B) | 82.86º | 0.91% | 0.09% | - |
| XYZ | 0.51 | 0.72 | 0.17 | - |
| YUV | 18.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 2 | 0.35 | 0 | 0.91 | 0.91 | 82.86 | 0.84 | 0.05 |
| Hex | F | 17 | 2 | 23 | 0 | 5B | 5B | 53 | 54 | 5 |
| Octal | 17 | 27 | 2 | 43 | 0 | 133 | 133 | 123 | 124 | 5 |
| Binary | 1111 | 10111 | 10 | 100011 | 0 | 1011011 | 1011011 | 1010011 | 1010100 | 101 |
Color Harmonies of #0F1702
Complementary color
Monochromatic Colors of #0F1702
Black with #0F1702
Text Example
Text Example
White with #0F1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1702; }
p { color: rgb(15,23,2); }
H1.HeaderClassName
{
color: #0F1702;
}
.AnyTagClassName
{
color: #0F1702;
}
</style>
background-color css
<style>
a { background-color: #0F1702; }
a { background-color: rgb(15,23,2); }
div.DivClassName
{
background-color: #0F1702;
}
.BgClassName
{
background-color: #0F1702;
}
</style>
border-color css
<style>
span { border-color: #0F1702; }
span { border-color: rgb(15,23,2); }
td.TdClassName
{
border-color: #0F1702;
}
.TagClassName
{
border-color: #0F1702;
}
</style>