Shades of Pine Tree #040C00
Tints of Pine Tree #040C00
RGB
CMYK
RGB Variations
Color information
#040C00 (or 0x040C00) is known color: Pine Tree. HEX triplet: 04, 0C and 00. RGB value is (4,12,0). Sum of RGB (Red+Green+Blue) = 4+12+0=16 (2% of max value = 765). Red value is 4 (1.95% from 255 or 25% from 16); Green value is 12 (5.08% from 255 or 75% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 12 - color contains mainly: green. Hex color #040C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C00 is #FBF3FF. Grayscale: #080808. Windows color (decimal): -16512000 or 3076. OLE color: 3076.
HSL color Cylindrical-coordinate representation of color #040C00: hue angle of 100º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040C00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 12 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.95 |
| HSL | 100º | 1% | 0.02% | - |
| HSV(B) | 100º | 1% | 0.05% | - |
| XYZ | 0.18 | 0.29 | 0.05 | - |
| YUV | 8.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 0 | 0.67 | 0 | 1 | 0.95 | 100 | 1 | 0.02 |
| Hex | 4 | C | 0 | 43 | 0 | 64 | 5F | 64 | 64 | 2 |
| Octal | 4 | 14 | 0 | 103 | 0 | 144 | 137 | 144 | 144 | 2 |
| Binary | 100 | 1100 | 0 | 1000011 | 0 | 1100100 | 1011111 | 1100100 | 1100100 | 10 |
Color Harmonies of #040C00
Complementary color
Monochromatic Colors of #040C00
Black with #040C00
Text Example
Text Example
White with #040C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C00; }
p { color: rgb(4,12,0); }
H1.HeaderClassName
{
color: #040C00;
}
.AnyTagClassName
{
color: #040C00;
}
</style>
background-color css
<style>
a { background-color: #040C00; }
a { background-color: rgb(4,12,0); }
div.DivClassName
{
background-color: #040C00;
}
.BgClassName
{
background-color: #040C00;
}
</style>
border-color css
<style>
span { border-color: #040C00; }
span { border-color: rgb(4,12,0); }
td.TdClassName
{
border-color: #040C00;
}
.TagClassName
{
border-color: #040C00;
}
</style>