Shades of Pine Tree #020401
Tints of Pine Tree #020401
RGB
CMYK
RGB Variations
Color information
#020401 (or 0x020401) is known color: Pine Tree. HEX triplet: 02, 04 and 01. RGB value is (2,4,1). Sum of RGB (Red+Green+Blue) = 2+4+1=7 (0% of max value = 765). Red value is 2 (1.17% from 255 or 28.57% from 7); Green value is 4 (1.95% from 255 or 57.14% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 4 - color contains mainly: green. Hex color #020401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020401 is #FDFBFE. Grayscale: #030303. Windows color (decimal): -16645119 or 66562. OLE color: 66562.
HSL color Cylindrical-coordinate representation of color #020401: hue angle of 100º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020401 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 2 | 4 | 1 | - |
| CMYK | 0.5 | 0 | 0.75 | 0.98 |
| HSL | 100º | 0.6% | 0.01% | - |
| HSV(B) | 100º | 0.75% | 0.02% | - |
| XYZ | 0.07 | 0.1 | 0.04 | - |
| YUV | 3.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 1 | 0.5 | 0 | 0.75 | 0.98 | 100 | 0.6 | 0.01 |
| Hex | 2 | 4 | 1 | 32 | 0 | 4B | 62 | 64 | 3C | 1 |
| Octal | 2 | 4 | 1 | 62 | 0 | 113 | 142 | 144 | 74 | 1 |
| Binary | 10 | 100 | 1 | 110010 | 0 | 1001011 | 1100010 | 1100100 | 111100 | 1 |
Color Harmonies of #020401
Complementary color
Monochromatic Colors of #020401
Black with #020401
Text Example
Text Example
White with #020401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020401; }
p { color: rgb(2,4,1); }
H1.HeaderClassName
{
color: #020401;
}
.AnyTagClassName
{
color: #020401;
}
</style>
background-color css
<style>
a { background-color: #020401; }
a { background-color: rgb(2,4,1); }
div.DivClassName
{
background-color: #020401;
}
.BgClassName
{
background-color: #020401;
}
</style>
border-color css
<style>
span { border-color: #020401; }
span { border-color: rgb(2,4,1); }
td.TdClassName
{
border-color: #020401;
}
.TagClassName
{
border-color: #020401;
}
</style>