Shades of Pine Tree #0F1B00
Tints of Pine Tree #0F1B00
RGB
CMYK
RGB Variations
Color information
#0F1B00 (or 0x0F1B00) is known color: Pine Tree. HEX triplet: 0F, 1B and 00. RGB value is (15,27,0). Sum of RGB (Red+Green+Blue) = 15+27+0=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 27 (10.94% from 255 or 64.29% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B00 is #F0E4FF. Grayscale: #141414. Windows color (decimal): -15787264 or 6927. OLE color: 6927.
HSL color Cylindrical-coordinate representation of color #0F1B00: hue angle of 86.67º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F1B00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 27 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.89 |
| HSL | 86.67º | 1% | 0.05% | - |
| HSV(B) | 86.67º | 1% | 0.11% | - |
| XYZ | 0.59 | 0.89 | 0.14 | - |
| YUV | 20.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 0 | 0.44 | 0 | 1 | 0.89 | 86.67 | 1 | 0.05 |
| Hex | F | 1B | 0 | 2C | 0 | 64 | 59 | 57 | 64 | 5 |
| Octal | 17 | 33 | 0 | 54 | 0 | 144 | 131 | 127 | 144 | 5 |
| Binary | 1111 | 11011 | 0 | 101100 | 0 | 1100100 | 1011001 | 1010111 | 1100100 | 101 |
Color Harmonies of #0F1B00
Complementary color
Monochromatic Colors of #0F1B00
Black with #0F1B00
Text Example
Text Example
White with #0F1B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B00; }
p { color: rgb(15,27,0); }
H1.HeaderClassName
{
color: #0F1B00;
}
.AnyTagClassName
{
color: #0F1B00;
}
</style>
background-color css
<style>
a { background-color: #0F1B00; }
a { background-color: rgb(15,27,0); }
div.DivClassName
{
background-color: #0F1B00;
}
.BgClassName
{
background-color: #0F1B00;
}
</style>
border-color css
<style>
span { border-color: #0F1B00; }
span { border-color: rgb(15,27,0); }
td.TdClassName
{
border-color: #0F1B00;
}
.TagClassName
{
border-color: #0F1B00;
}
</style>