Shades of Pine Tree #0F1E05
Tints of Pine Tree #0F1E05
RGB
CMYK
RGB Variations
Color information
#0F1E05 (or 0x0F1E05) is known color: Pine Tree. HEX triplet: 0F, 1E and 05. RGB value is (15,30,5). Sum of RGB (Red+Green+Blue) = 15+30+5=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 30 (12.11% from 255 or 60% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E05 is #F0E1FA. Grayscale: #161616. Windows color (decimal): -15786491 or 335375. OLE color: 335375.
HSL color Cylindrical-coordinate representation of color #0F1E05: hue angle of 96º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1E05 is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 30 | 5 | - |
| CMYK | 0.5 | 0 | 0.83 | 0.88 |
| HSL | 96º | 0.71% | 0.07% | - |
| HSV(B) | 96º | 0.83% | 0.12% | - |
| XYZ | 0.69 | 1.04 | 0.31 | - |
| YUV | 22.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 5 | 0.5 | 0 | 0.83 | 0.88 | 96 | 0.71 | 0.07 |
| Hex | F | 1E | 5 | 32 | 0 | 53 | 58 | 60 | 47 | 7 |
| Octal | 17 | 36 | 5 | 62 | 0 | 123 | 130 | 140 | 107 | 7 |
| Binary | 1111 | 11110 | 101 | 110010 | 0 | 1010011 | 1011000 | 1100000 | 1000111 | 111 |
Color Harmonies of #0F1E05
Complementary color
Monochromatic Colors of #0F1E05
Black with #0F1E05
Text Example
Text Example
White with #0F1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E05; }
p { color: rgb(15,30,5); }
H1.HeaderClassName
{
color: #0F1E05;
}
.AnyTagClassName
{
color: #0F1E05;
}
</style>
background-color css
<style>
a { background-color: #0F1E05; }
a { background-color: rgb(15,30,5); }
div.DivClassName
{
background-color: #0F1E05;
}
.BgClassName
{
background-color: #0F1E05;
}
</style>
border-color css
<style>
span { border-color: #0F1E05; }
span { border-color: rgb(15,30,5); }
td.TdClassName
{
border-color: #0F1E05;
}
.TagClassName
{
border-color: #0F1E05;
}
</style>