Shades of Pine Tree #0F1903
Tints of Pine Tree #0F1903
RGB
CMYK
RGB Variations
Color information
#0F1903 (or 0x0F1903) is known color: Pine Tree. HEX triplet: 0F, 19 and 03. RGB value is (15,25,3). Sum of RGB (Red+Green+Blue) = 15+25+3=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1903 is #F0E6FC. Grayscale: #131313. Windows color (decimal): -15787773 or 203023. OLE color: 203023.
HSL color Cylindrical-coordinate representation of color #0F1903: hue angle of 87.27º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F1903 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 25 | 3 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.90 |
| HSL | 87.27º | 0.79% | 0.05% | - |
| HSV(B) | 87.27º | 0.88% | 0.1% | - |
| XYZ | 0.56 | 0.8 | 0.21 | - |
| YUV | 19.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 3 | 0.40 | 0 | 0.88 | 0.90 | 87.27 | 0.79 | 0.05 |
| Hex | F | 19 | 3 | 28 | 0 | 58 | 5A | 57 | 4F | 5 |
| Octal | 17 | 31 | 3 | 50 | 0 | 130 | 132 | 127 | 117 | 5 |
| Binary | 1111 | 11001 | 11 | 101000 | 0 | 1011000 | 1011010 | 1010111 | 1001111 | 101 |
Color Harmonies of #0F1903
Complementary color
Monochromatic Colors of #0F1903
Black with #0F1903
Text Example
Text Example
White with #0F1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1903; }
p { color: rgb(15,25,3); }
H1.HeaderClassName
{
color: #0F1903;
}
.AnyTagClassName
{
color: #0F1903;
}
</style>
background-color css
<style>
a { background-color: #0F1903; }
a { background-color: rgb(15,25,3); }
div.DivClassName
{
background-color: #0F1903;
}
.BgClassName
{
background-color: #0F1903;
}
</style>
border-color css
<style>
span { border-color: #0F1903; }
span { border-color: rgb(15,25,3); }
td.TdClassName
{
border-color: #0F1903;
}
.TagClassName
{
border-color: #0F1903;
}
</style>