Shades of Pine Tree #040F00
Tints of Pine Tree #040F00
RGB
CMYK
RGB Variations
Color information
#040F00 (or 0x040F00) is known color: Pine Tree. HEX triplet: 04, 0F and 00. RGB value is (4,15,0). Sum of RGB (Red+Green+Blue) = 4+15+0=19 (2% of max value = 765). Red value is 4 (1.95% from 255 or 21.05% from 19); Green value is 15 (6.25% from 255 or 78.95% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 15 - color contains mainly: green. Hex color #040F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F00 is #FBF0FF. Grayscale: #0A0A0A. Windows color (decimal): -16511232 or 3844. OLE color: 3844.
HSL color Cylindrical-coordinate representation of color #040F00: hue angle of 104º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040F00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 15 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.94 |
| HSL | 104º | 1% | 0.03% | - |
| HSV(B) | 104º | 1% | 0.06% | - |
| XYZ | 0.22 | 0.37 | 0.06 | - |
| YUV | 10 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 0 | 0.73 | 0 | 1 | 0.94 | 104 | 1 | 0.03 |
| Hex | 4 | F | 0 | 49 | 0 | 64 | 5E | 68 | 64 | 3 |
| Octal | 4 | 17 | 0 | 111 | 0 | 144 | 136 | 150 | 144 | 3 |
| Binary | 100 | 1111 | 0 | 1001001 | 0 | 1100100 | 1011110 | 1101000 | 1100100 | 11 |
Color Harmonies of #040F00
Complementary color
Monochromatic Colors of #040F00
Black with #040F00
Text Example
Text Example
White with #040F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F00; }
p { color: rgb(4,15,0); }
H1.HeaderClassName
{
color: #040F00;
}
.AnyTagClassName
{
color: #040F00;
}
</style>
background-color css
<style>
a { background-color: #040F00; }
a { background-color: rgb(4,15,0); }
div.DivClassName
{
background-color: #040F00;
}
.BgClassName
{
background-color: #040F00;
}
</style>
border-color css
<style>
span { border-color: #040F00; }
span { border-color: rgb(4,15,0); }
td.TdClassName
{
border-color: #040F00;
}
.TagClassName
{
border-color: #040F00;
}
</style>