Shades of Pine Tree #0F1A04
Tints of Pine Tree #0F1A04
RGB
CMYK
RGB Variations
Color information
#0F1A04 (or 0x0F1A04) is known color: Pine Tree. HEX triplet: 0F, 1A and 04. RGB value is (15,26,4). Sum of RGB (Red+Green+Blue) = 15+26+4=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A04 is #F0E5FB. Grayscale: #141414. Windows color (decimal): -15787516 or 268815. OLE color: 268815.
HSL color Cylindrical-coordinate representation of color #0F1A04: hue angle of 90º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1A04 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 26 | 4 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.90 |
| HSL | 90º | 0.73% | 0.06% | - |
| HSV(B) | 90º | 0.85% | 0.1% | - |
| XYZ | 0.59 | 0.85 | 0.25 | - |
| YUV | 20.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 4 | 0.42 | 0 | 0.85 | 0.90 | 90 | 0.73 | 0.06 |
| Hex | F | 1A | 4 | 2A | 0 | 55 | 5A | 5A | 49 | 6 |
| Octal | 17 | 32 | 4 | 52 | 0 | 125 | 132 | 132 | 111 | 6 |
| Binary | 1111 | 11010 | 100 | 101010 | 0 | 1010101 | 1011010 | 1011010 | 1001001 | 110 |
Color Harmonies of #0F1A04
Complementary color
Monochromatic Colors of #0F1A04
Black with #0F1A04
Text Example
Text Example
White with #0F1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A04; }
p { color: rgb(15,26,4); }
H1.HeaderClassName
{
color: #0F1A04;
}
.AnyTagClassName
{
color: #0F1A04;
}
</style>
background-color css
<style>
a { background-color: #0F1A04; }
a { background-color: rgb(15,26,4); }
div.DivClassName
{
background-color: #0F1A04;
}
.BgClassName
{
background-color: #0F1A04;
}
</style>
border-color css
<style>
span { border-color: #0F1A04; }
span { border-color: rgb(15,26,4); }
td.TdClassName
{
border-color: #0F1A04;
}
.TagClassName
{
border-color: #0F1A04;
}
</style>