Shades of Pine Tree #0F1F07
Tints of Pine Tree #0F1F07
RGB
CMYK
RGB Variations
Color information
#0F1F07 (or 0x0F1F07) is known color: Pine Tree. HEX triplet: 0F, 1F and 07. RGB value is (15,31,7). Sum of RGB (Red+Green+Blue) = 15+31+7=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 7 (3.12% from 255 or 13.21% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F07 is #F0E0F8. Grayscale: #171717. Windows color (decimal): -15786233 or 466703. OLE color: 466703.
HSL color Cylindrical-coordinate representation of color #0F1F07: hue angle of 100º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F1F07 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 31 | 7 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.88 |
| HSL | 100º | 0.63% | 0.07% | - |
| HSV(B) | 100º | 0.77% | 0.12% | - |
| XYZ | 0.73 | 1.1 | 0.37 | - |
| YUV | 23.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 7 | 0.52 | 0 | 0.77 | 0.88 | 100 | 0.63 | 0.07 |
| Hex | F | 1F | 7 | 34 | 0 | 4D | 58 | 64 | 3F | 7 |
| Octal | 17 | 37 | 7 | 64 | 0 | 115 | 130 | 144 | 77 | 7 |
| Binary | 1111 | 11111 | 111 | 110100 | 0 | 1001101 | 1011000 | 1100100 | 111111 | 111 |
Color Harmonies of #0F1F07
Complementary color
Monochromatic Colors of #0F1F07
Black with #0F1F07
Text Example
Text Example
White with #0F1F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F07; }
p { color: rgb(15,31,7); }
H1.HeaderClassName
{
color: #0F1F07;
}
.AnyTagClassName
{
color: #0F1F07;
}
</style>
background-color css
<style>
a { background-color: #0F1F07; }
a { background-color: rgb(15,31,7); }
div.DivClassName
{
background-color: #0F1F07;
}
.BgClassName
{
background-color: #0F1F07;
}
</style>
border-color css
<style>
span { border-color: #0F1F07; }
span { border-color: rgb(15,31,7); }
td.TdClassName
{
border-color: #0F1F07;
}
.TagClassName
{
border-color: #0F1F07;
}
</style>