Shades of Pine Tree #0F1902
Tints of Pine Tree #0F1902
RGB
CMYK
RGB Variations
Color information
#0F1902 (or 0x0F1902) is known color: Pine Tree. HEX triplet: 0F, 19 and 02. RGB value is (15,25,2). Sum of RGB (Red+Green+Blue) = 15+25+2=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1902 is #F0E6FD. Grayscale: #131313. Windows color (decimal): -15787774 or 137487. OLE color: 137487.
HSL color Cylindrical-coordinate representation of color #0F1902: hue angle of 86.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F1902 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 25 | 2 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.90 |
| HSL | 86.09º | 0.85% | 0.05% | - |
| HSV(B) | 86.09º | 0.92% | 0.1% | - |
| XYZ | 0.56 | 0.8 | 0.18 | - |
| YUV | 19.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 2 | 0.40 | 0 | 0.92 | 0.90 | 86.09 | 0.85 | 0.05 |
| Hex | F | 19 | 2 | 28 | 0 | 5C | 5A | 56 | 55 | 5 |
| Octal | 17 | 31 | 2 | 50 | 0 | 134 | 132 | 126 | 125 | 5 |
| Binary | 1111 | 11001 | 10 | 101000 | 0 | 1011100 | 1011010 | 1010110 | 1010101 | 101 |
Color Harmonies of #0F1902
Complementary color
Monochromatic Colors of #0F1902
Black with #0F1902
Text Example
Text Example
White with #0F1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1902; }
p { color: rgb(15,25,2); }
H1.HeaderClassName
{
color: #0F1902;
}
.AnyTagClassName
{
color: #0F1902;
}
</style>
background-color css
<style>
a { background-color: #0F1902; }
a { background-color: rgb(15,25,2); }
div.DivClassName
{
background-color: #0F1902;
}
.BgClassName
{
background-color: #0F1902;
}
</style>
border-color css
<style>
span { border-color: #0F1902; }
span { border-color: rgb(15,25,2); }
td.TdClassName
{
border-color: #0F1902;
}
.TagClassName
{
border-color: #0F1902;
}
</style>