Shades of Pine Tree #0F1C04
Tints of Pine Tree #0F1C04
RGB
CMYK
RGB Variations
Color information
#0F1C04 (or 0x0F1C04) is known color: Pine Tree. HEX triplet: 0F, 1C and 04. RGB value is (15,28,4). Sum of RGB (Red+Green+Blue) = 15+28+4=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C04 is #F0E3FB. Grayscale: #151515. Windows color (decimal): -15787004 or 269327. OLE color: 269327.
HSL color Cylindrical-coordinate representation of color #0F1C04: hue angle of 92.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F1C04 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 28 | 4 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.89 |
| HSL | 92.5º | 0.75% | 0.06% | - |
| HSV(B) | 92.5º | 0.86% | 0.11% | - |
| XYZ | 0.63 | 0.94 | 0.26 | - |
| YUV | 21.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 28 | 4 | 0.46 | 0 | 0.86 | 0.89 | 92.5 | 0.75 | 0.06 |
| Hex | F | 1C | 4 | 2E | 0 | 56 | 59 | 5C | 4B | 6 |
| Octal | 17 | 34 | 4 | 56 | 0 | 126 | 131 | 134 | 113 | 6 |
| Binary | 1111 | 11100 | 100 | 101110 | 0 | 1010110 | 1011001 | 1011100 | 1001011 | 110 |
Color Harmonies of #0F1C04
Complementary color
Monochromatic Colors of #0F1C04
Black with #0F1C04
Text Example
Text Example
White with #0F1C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1C04; }
p { color: rgb(15,28,4); }
H1.HeaderClassName
{
color: #0F1C04;
}
.AnyTagClassName
{
color: #0F1C04;
}
</style>
background-color css
<style>
a { background-color: #0F1C04; }
a { background-color: rgb(15,28,4); }
div.DivClassName
{
background-color: #0F1C04;
}
.BgClassName
{
background-color: #0F1C04;
}
</style>
border-color css
<style>
span { border-color: #0F1C04; }
span { border-color: rgb(15,28,4); }
td.TdClassName
{
border-color: #0F1C04;
}
.TagClassName
{
border-color: #0F1C04;
}
</style>