Shades of Pine Tree #0F180A
Tints of Pine Tree #0F180A
RGB
CMYK
RGB Variations
Color information
#0F180A (or 0x0F180A) is known color: Pine Tree. HEX triplet: 0F, 18 and 0A. RGB value is (15,24,10). Sum of RGB (Red+Green+Blue) = 15+24+10=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180A is #F0E7F5. Grayscale: #131313. Windows color (decimal): -15788022 or 661519. OLE color: 661519.
HSL color Cylindrical-coordinate representation of color #0F180A: hue angle of 98.57º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F180A is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 24 | 10 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.91 |
| HSL | 98.57º | 0.41% | 0.07% | - |
| HSV(B) | 98.57º | 0.58% | 0.09% | - |
| XYZ | 0.58 | 0.78 | 0.41 | - |
| YUV | 19.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 10 | 0.37 | 0 | 0.58 | 0.91 | 98.57 | 0.41 | 0.07 |
| Hex | F | 18 | A | 25 | 0 | 3A | 5B | 63 | 29 | 7 |
| Octal | 17 | 30 | 12 | 45 | 0 | 72 | 133 | 143 | 51 | 7 |
| Binary | 1111 | 11000 | 1010 | 100101 | 0 | 111010 | 1011011 | 1100011 | 101001 | 111 |
Color Harmonies of #0F180A
Complementary color
Monochromatic Colors of #0F180A
Black with #0F180A
Text Example
Text Example
White with #0F180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F180A; }
p { color: rgb(15,24,10); }
H1.HeaderClassName
{
color: #0F180A;
}
.AnyTagClassName
{
color: #0F180A;
}
</style>
background-color css
<style>
a { background-color: #0F180A; }
a { background-color: rgb(15,24,10); }
div.DivClassName
{
background-color: #0F180A;
}
.BgClassName
{
background-color: #0F180A;
}
</style>
border-color css
<style>
span { border-color: #0F180A; }
span { border-color: rgb(15,24,10); }
td.TdClassName
{
border-color: #0F180A;
}
.TagClassName
{
border-color: #0F180A;
}
</style>