Shades of Pine Tree #0F1D03
Tints of Pine Tree #0F1D03
RGB
CMYK
RGB Variations
Color information
#0F1D03 (or 0x0F1D03) is known color: Pine Tree. HEX triplet: 0F, 1D and 03. RGB value is (15,29,3). Sum of RGB (Red+Green+Blue) = 15+29+3=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D03 is #F0E2FC. Grayscale: #151515. Windows color (decimal): -15786749 or 204047. OLE color: 204047.
HSL color Cylindrical-coordinate representation of color #0F1D03: hue angle of 92.31º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1D03 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 29 | 3 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.89 |
| HSL | 92.31º | 0.81% | 0.06% | - |
| HSV(B) | 92.31º | 0.9% | 0.11% | - |
| XYZ | 0.65 | 0.99 | 0.24 | - |
| YUV | 21.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 3 | 0.48 | 0 | 0.90 | 0.89 | 92.31 | 0.81 | 0.06 |
| Hex | F | 1D | 3 | 30 | 0 | 5A | 59 | 5C | 51 | 6 |
| Octal | 17 | 35 | 3 | 60 | 0 | 132 | 131 | 134 | 121 | 6 |
| Binary | 1111 | 11101 | 11 | 110000 | 0 | 1011010 | 1011001 | 1011100 | 1010001 | 110 |
Color Harmonies of #0F1D03
Complementary color
Monochromatic Colors of #0F1D03
Black with #0F1D03
Text Example
Text Example
White with #0F1D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D03; }
p { color: rgb(15,29,3); }
H1.HeaderClassName
{
color: #0F1D03;
}
.AnyTagClassName
{
color: #0F1D03;
}
</style>
background-color css
<style>
a { background-color: #0F1D03; }
a { background-color: rgb(15,29,3); }
div.DivClassName
{
background-color: #0F1D03;
}
.BgClassName
{
background-color: #0F1D03;
}
</style>
border-color css
<style>
span { border-color: #0F1D03; }
span { border-color: rgb(15,29,3); }
td.TdClassName
{
border-color: #0F1D03;
}
.TagClassName
{
border-color: #0F1D03;
}
</style>