Shades of Pine Tree #0F2600
Tints of Pine Tree #0F2600
RGB
CMYK
RGB Variations
Color information
#0F2600 (or 0x0F2600) is known color: Pine Tree. HEX triplet: 0F, 26 and 00. RGB value is (15,38,0). Sum of RGB (Red+Green+Blue) = 15+38+0=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2600 is #F0D9FF. Grayscale: #1A1A1A. Windows color (decimal): -15784448 or 9743. OLE color: 9743.
HSL color Cylindrical-coordinate representation of color #0F2600: hue angle of 96.32º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F2600 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.85 |
| HSL | 96.32º | 1% | 0.07% | - |
| HSV(B) | 96.32º | 1% | 0.15% | - |
| XYZ | 0.89 | 1.49 | 0.24 | - |
| YUV | 26.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 0 | 0.61 | 0 | 1 | 0.85 | 96.32 | 1 | 0.07 |
| Hex | F | 26 | 0 | 3D | 0 | 64 | 55 | 60 | 64 | 7 |
| Octal | 17 | 46 | 0 | 75 | 0 | 144 | 125 | 140 | 144 | 7 |
| Binary | 1111 | 100110 | 0 | 111101 | 0 | 1100100 | 1010101 | 1100000 | 1100100 | 111 |
Color Harmonies of #0F2600
Complementary color
Monochromatic Colors of #0F2600
Black with #0F2600
Text Example
Text Example
White with #0F2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2600; }
p { color: rgb(15,38,0); }
H1.HeaderClassName
{
color: #0F2600;
}
.AnyTagClassName
{
color: #0F2600;
}
</style>
background-color css
<style>
a { background-color: #0F2600; }
a { background-color: rgb(15,38,0); }
div.DivClassName
{
background-color: #0F2600;
}
.BgClassName
{
background-color: #0F2600;
}
</style>
border-color css
<style>
span { border-color: #0F2600; }
span { border-color: rgb(15,38,0); }
td.TdClassName
{
border-color: #0F2600;
}
.TagClassName
{
border-color: #0F2600;
}
</style>