Shades of Pine Tree #0F1E09
Tints of Pine Tree #0F1E09
RGB
CMYK
RGB Variations
Color information
#0F1E09 (or 0x0F1E09) is known color: Pine Tree. HEX triplet: 0F, 1E and 09. RGB value is (15,30,9). Sum of RGB (Red+Green+Blue) = 15+30+9=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E09 is #F0E1F6. Grayscale: #171717. Windows color (decimal): -15786487 or 597519. OLE color: 597519.
HSL color Cylindrical-coordinate representation of color #0F1E09: hue angle of 102.86º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F1E09 is Cyan = 0.5, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 30 | 9 | - |
| CMYK | 0.5 | 0 | 0.70 | 0.88 |
| HSL | 102.86º | 0.54% | 0.08% | - |
| HSV(B) | 102.86º | 0.7% | 0.12% | - |
| XYZ | 0.71 | 1.05 | 0.42 | - |
| YUV | 23.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 9 | 0.5 | 0 | 0.70 | 0.88 | 102.86 | 0.54 | 0.08 |
| Hex | F | 1E | 9 | 32 | 0 | 46 | 58 | 67 | 36 | 8 |
| Octal | 17 | 36 | 11 | 62 | 0 | 106 | 130 | 147 | 66 | 10 |
| Binary | 1111 | 11110 | 1001 | 110010 | 0 | 1000110 | 1011000 | 1100111 | 110110 | 1000 |
Color Harmonies of #0F1E09
Complementary color
Monochromatic Colors of #0F1E09
Black with #0F1E09
Text Example
Text Example
White with #0F1E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E09; }
p { color: rgb(15,30,9); }
H1.HeaderClassName
{
color: #0F1E09;
}
.AnyTagClassName
{
color: #0F1E09;
}
</style>
background-color css
<style>
a { background-color: #0F1E09; }
a { background-color: rgb(15,30,9); }
div.DivClassName
{
background-color: #0F1E09;
}
.BgClassName
{
background-color: #0F1E09;
}
</style>
border-color css
<style>
span { border-color: #0F1E09; }
span { border-color: rgb(15,30,9); }
td.TdClassName
{
border-color: #0F1E09;
}
.TagClassName
{
border-color: #0F1E09;
}
</style>