Shades of Pine Tree #0F1A05
Tints of Pine Tree #0F1A05
RGB
CMYK
RGB Variations
Color information
#0F1A05 (or 0x0F1A05) is known color: Pine Tree. HEX triplet: 0F, 1A and 05. RGB value is (15,26,5). Sum of RGB (Red+Green+Blue) = 15+26+5=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A05 is #F0E5FA. Grayscale: #141414. Windows color (decimal): -15787515 or 334351. OLE color: 334351.
HSL color Cylindrical-coordinate representation of color #0F1A05: hue angle of 91.43º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1A05 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 26 | 5 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.90 |
| HSL | 91.43º | 0.68% | 0.06% | - |
| HSV(B) | 91.43º | 0.81% | 0.1% | - |
| XYZ | 0.59 | 0.85 | 0.28 | - |
| YUV | 20.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 5 | 0.42 | 0 | 0.81 | 0.90 | 91.43 | 0.68 | 0.06 |
| Hex | F | 1A | 5 | 2A | 0 | 51 | 5A | 5B | 44 | 6 |
| Octal | 17 | 32 | 5 | 52 | 0 | 121 | 132 | 133 | 104 | 6 |
| Binary | 1111 | 11010 | 101 | 101010 | 0 | 1010001 | 1011010 | 1011011 | 1000100 | 110 |
Color Harmonies of #0F1A05
Complementary color
Monochromatic Colors of #0F1A05
Black with #0F1A05
Text Example
Text Example
White with #0F1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A05; }
p { color: rgb(15,26,5); }
H1.HeaderClassName
{
color: #0F1A05;
}
.AnyTagClassName
{
color: #0F1A05;
}
</style>
background-color css
<style>
a { background-color: #0F1A05; }
a { background-color: rgb(15,26,5); }
div.DivClassName
{
background-color: #0F1A05;
}
.BgClassName
{
background-color: #0F1A05;
}
</style>
border-color css
<style>
span { border-color: #0F1A05; }
span { border-color: rgb(15,26,5); }
td.TdClassName
{
border-color: #0F1A05;
}
.TagClassName
{
border-color: #0F1A05;
}
</style>