Shades of Pine Tree #0F1904
Tints of Pine Tree #0F1904
RGB
CMYK
RGB Variations
Color information
#0F1904 (or 0x0F1904) is known color: Pine Tree. HEX triplet: 0F, 19 and 04. RGB value is (15,25,4). Sum of RGB (Red+Green+Blue) = 15+25+4=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1904 is #F0E6FB. Grayscale: #131313. Windows color (decimal): -15787772 or 268559. OLE color: 268559.
HSL color Cylindrical-coordinate representation of color #0F1904: hue angle of 88.57º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F1904 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 25 | 4 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.90 |
| HSL | 88.57º | 0.72% | 0.06% | - |
| HSV(B) | 88.57º | 0.84% | 0.1% | - |
| XYZ | 0.57 | 0.81 | 0.24 | - |
| YUV | 19.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 4 | 0.40 | 0 | 0.84 | 0.90 | 88.57 | 0.72 | 0.06 |
| Hex | F | 19 | 4 | 28 | 0 | 54 | 5A | 59 | 48 | 6 |
| Octal | 17 | 31 | 4 | 50 | 0 | 124 | 132 | 131 | 110 | 6 |
| Binary | 1111 | 11001 | 100 | 101000 | 0 | 1010100 | 1011010 | 1011001 | 1001000 | 110 |
Color Harmonies of #0F1904
Complementary color
Monochromatic Colors of #0F1904
Black with #0F1904
Text Example
Text Example
White with #0F1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1904; }
p { color: rgb(15,25,4); }
H1.HeaderClassName
{
color: #0F1904;
}
.AnyTagClassName
{
color: #0F1904;
}
</style>
background-color css
<style>
a { background-color: #0F1904; }
a { background-color: rgb(15,25,4); }
div.DivClassName
{
background-color: #0F1904;
}
.BgClassName
{
background-color: #0F1904;
}
</style>
border-color css
<style>
span { border-color: #0F1904; }
span { border-color: rgb(15,25,4); }
td.TdClassName
{
border-color: #0F1904;
}
.TagClassName
{
border-color: #0F1904;
}
</style>