Shades of Pine Tree #0F2700
Tints of Pine Tree #0F2700
RGB
CMYK
RGB Variations
Color information
#0F2700 (or 0x0F2700) is known color: Pine Tree. HEX triplet: 0F, 27 and 00. RGB value is (15,39,0). Sum of RGB (Red+Green+Blue) = 15+39+0=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 39 (15.62% from 255 or 72.22% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 39 - color contains mainly: green. Hex color #0F2700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2700 is #F0D8FF. Grayscale: #1B1B1B. Windows color (decimal): -15784192 or 9999. OLE color: 9999.
HSL color Cylindrical-coordinate representation of color #0F2700: hue angle of 96.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F2700 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 39 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.85 |
| HSL | 96.92º | 1% | 0.08% | - |
| HSV(B) | 96.92º | 1% | 0.15% | - |
| XYZ | 0.92 | 1.55 | 0.25 | - |
| YUV | 27.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 0 | 0.62 | 0 | 1 | 0.85 | 96.92 | 1 | 0.08 |
| Hex | F | 27 | 0 | 3E | 0 | 64 | 55 | 61 | 64 | 8 |
| Octal | 17 | 47 | 0 | 76 | 0 | 144 | 125 | 141 | 144 | 10 |
| Binary | 1111 | 100111 | 0 | 111110 | 0 | 1100100 | 1010101 | 1100001 | 1100100 | 1000 |
Color Harmonies of #0F2700
Complementary color
Monochromatic Colors of #0F2700
Black with #0F2700
Text Example
Text Example
White with #0F2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2700; }
p { color: rgb(15,39,0); }
H1.HeaderClassName
{
color: #0F2700;
}
.AnyTagClassName
{
color: #0F2700;
}
</style>
background-color css
<style>
a { background-color: #0F2700; }
a { background-color: rgb(15,39,0); }
div.DivClassName
{
background-color: #0F2700;
}
.BgClassName
{
background-color: #0F2700;
}
</style>
border-color css
<style>
span { border-color: #0F2700; }
span { border-color: rgb(15,39,0); }
td.TdClassName
{
border-color: #0F2700;
}
.TagClassName
{
border-color: #0F2700;
}
</style>