Shades of Pine Tree #040B01
Tints of Pine Tree #040B01
RGB
CMYK
RGB Variations
Color information
#040B01 (or 0x040B01) is known color: Pine Tree. HEX triplet: 04, 0B and 01. RGB value is (4,11,1). Sum of RGB (Red+Green+Blue) = 4+11+1=16 (2% of max value = 765). Red value is 4 (1.95% from 255 or 25% from 16); Green value is 11 (4.69% from 255 or 68.75% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 11 - color contains mainly: green. Hex color #040B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B01 is #FBF4FE. Grayscale: #070707. Windows color (decimal): -16512255 or 68356. OLE color: 68356.
HSL color Cylindrical-coordinate representation of color #040B01: hue angle of 102º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #040B01 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 11 | 1 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.96 |
| HSL | 102º | 0.83% | 0.02% | - |
| HSV(B) | 102º | 0.91% | 0.04% | - |
| XYZ | 0.18 | 0.27 | 0.07 | - |
| YUV | 7.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 1 | 0.64 | 0 | 0.91 | 0.96 | 102 | 0.83 | 0.02 |
| Hex | 4 | B | 1 | 40 | 0 | 5B | 60 | 66 | 53 | 2 |
| Octal | 4 | 13 | 1 | 100 | 0 | 133 | 140 | 146 | 123 | 2 |
| Binary | 100 | 1011 | 1 | 1000000 | 0 | 1011011 | 1100000 | 1100110 | 1010011 | 10 |
Color Harmonies of #040B01
Complementary color
Monochromatic Colors of #040B01
Black with #040B01
Text Example
Text Example
White with #040B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B01; }
p { color: rgb(4,11,1); }
H1.HeaderClassName
{
color: #040B01;
}
.AnyTagClassName
{
color: #040B01;
}
</style>
background-color css
<style>
a { background-color: #040B01; }
a { background-color: rgb(4,11,1); }
div.DivClassName
{
background-color: #040B01;
}
.BgClassName
{
background-color: #040B01;
}
</style>
border-color css
<style>
span { border-color: #040B01; }
span { border-color: rgb(4,11,1); }
td.TdClassName
{
border-color: #040B01;
}
.TagClassName
{
border-color: #040B01;
}
</style>