Shades of Pine Tree #040A00
Tints of Pine Tree #040A00
RGB
CMYK
RGB Variations
Color information
#040A00 (or 0x040A00) is known color: Pine Tree. HEX triplet: 04, 0A and 00. RGB value is (4,10,0). Sum of RGB (Red+Green+Blue) = 4+10+0=14 (1% of max value = 765). Red value is 4 (1.95% from 255 or 28.57% from 14); Green value is 10 (4.30% from 255 or 71.43% from 14); Blue value is 0 (0.39% from 255 or 0% from 14); Max value from RGB is 10 - color contains mainly: green. Hex color #040A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A00 is #FBF5FF. Grayscale: #070707. Windows color (decimal): -16512512 or 2564. OLE color: 2564.
HSL color Cylindrical-coordinate representation of color #040A00: hue angle of 96º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040A00 is Cyan = 0.6, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 10 | 0 | - |
| CMYK | 0.6 | 0 | 1 | 0.96 |
| HSL | 96º | 1% | 0.02% | - |
| HSV(B) | 96º | 1% | 0.04% | - |
| XYZ | 0.16 | 0.24 | 0.04 | - |
| YUV | 7.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 0 | 0.6 | 0 | 1 | 0.96 | 96 | 1 | 0.02 |
| Hex | 4 | A | 0 | 3C | 0 | 64 | 60 | 60 | 64 | 2 |
| Octal | 4 | 12 | 0 | 74 | 0 | 144 | 140 | 140 | 144 | 2 |
| Binary | 100 | 1010 | 0 | 111100 | 0 | 1100100 | 1100000 | 1100000 | 1100100 | 10 |
Color Harmonies of #040A00
Complementary color
Monochromatic Colors of #040A00
Black with #040A00
Text Example
Text Example
White with #040A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A00; }
p { color: rgb(4,10,0); }
H1.HeaderClassName
{
color: #040A00;
}
.AnyTagClassName
{
color: #040A00;
}
</style>
background-color css
<style>
a { background-color: #040A00; }
a { background-color: rgb(4,10,0); }
div.DivClassName
{
background-color: #040A00;
}
.BgClassName
{
background-color: #040A00;
}
</style>
border-color css
<style>
span { border-color: #040A00; }
span { border-color: rgb(4,10,0); }
td.TdClassName
{
border-color: #040A00;
}
.TagClassName
{
border-color: #040A00;
}
</style>