Shades of Pine Tree #0F2601
Tints of Pine Tree #0F2601
RGB
CMYK
RGB Variations
Color information
#0F2601 (or 0x0F2601) is known color: Pine Tree. HEX triplet: 0F, 26 and 01. RGB value is (15,38,1). Sum of RGB (Red+Green+Blue) = 15+38+1=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2601 is #F0D9FE. Grayscale: #1B1B1B. Windows color (decimal): -15784447 or 75279. OLE color: 75279.
HSL color Cylindrical-coordinate representation of color #0F2601: hue angle of 97.3º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F2601 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 1 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.85 |
| HSL | 97.3º | 0.95% | 0.08% | - |
| HSV(B) | 97.3º | 0.97% | 0.15% | - |
| XYZ | 0.9 | 1.49 | 0.27 | - |
| YUV | 26.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 1 | 0.61 | 0 | 0.97 | 0.85 | 97.3 | 0.95 | 0.08 |
| Hex | F | 26 | 1 | 3D | 0 | 61 | 55 | 61 | 5F | 8 |
| Octal | 17 | 46 | 1 | 75 | 0 | 141 | 125 | 141 | 137 | 10 |
| Binary | 1111 | 100110 | 1 | 111101 | 0 | 1100001 | 1010101 | 1100001 | 1011111 | 1000 |
Color Harmonies of #0F2601
Complementary color
Monochromatic Colors of #0F2601
Black with #0F2601
Text Example
Text Example
White with #0F2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2601; }
p { color: rgb(15,38,1); }
H1.HeaderClassName
{
color: #0F2601;
}
.AnyTagClassName
{
color: #0F2601;
}
</style>
background-color css
<style>
a { background-color: #0F2601; }
a { background-color: rgb(15,38,1); }
div.DivClassName
{
background-color: #0F2601;
}
.BgClassName
{
background-color: #0F2601;
}
</style>
border-color css
<style>
span { border-color: #0F2601; }
span { border-color: rgb(15,38,1); }
td.TdClassName
{
border-color: #0F2601;
}
.TagClassName
{
border-color: #0F2601;
}
</style>