Shades of Pine Tree #020500
Tints of Pine Tree #020500
RGB
CMYK
RGB Variations
Color information
#020500 (or 0x020500) is known color: Pine Tree. HEX triplet: 02, 05 and 00. RGB value is (2,5,0). Sum of RGB (Red+Green+Blue) = 2+5+0=7 (0% of max value = 765). Red value is 2 (1.17% from 255 or 28.57% from 7); Green value is 5 (2.34% from 255 or 71.43% from 7); Blue value is 0 (0.39% from 255 or 0% from 7); Max value from RGB is 5 - color contains mainly: green. Hex color #020500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020500 is #FDFAFF. Grayscale: #030303. Windows color (decimal): -16644864 or 1282. OLE color: 1282.
HSL color Cylindrical-coordinate representation of color #020500: hue angle of 96º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020500 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.98.
Color convert
RGB | 2 | 5 | 0 | - |
CMYK | 0.60 | 0 | 1 | 0.98 |
HSL | 96º | 1% | 0.01% | - |
HSV(B) | 96º | 1% | 0.02% | - |
XYZ | 0.08 | 0.12 | 0.02 | - |
YUV | 3.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 5 | 0 | 0.60 | 0 | 1 | 0.98 | 96 | 1 | 0.01 |
Hex | 2 | 5 | 0 | 3C | 0 | 64 | 62 | 60 | 64 | 1 |
Octal | 2 | 5 | 0 | 74 | 0 | 144 | 142 | 140 | 144 | 1 |
Binary | 10 | 101 | 0 | 111100 | 0 | 1100100 | 1100010 | 1100000 | 1100100 | 1 |
Color Harmonies of #020500
Complementary color
Monochromatic Colors of #020500
Black with #020500
Text Example
Text Example
White with #020500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020500; }
p { color: rgb(2,5,0); }
H1.HeaderClassName
{
color: #020500;
}
.AnyTagClassName
{
color: #020500;
}
</style>
background-color css
<style>
a { background-color: #020500; }
a { background-color: rgb(2,5,0); }
div.DivClassName
{
background-color: #020500;
}
.BgClassName
{
background-color: #020500;
}
</style>
border-color css
<style>
span { border-color: #020500; }
span { border-color: rgb(2,5,0); }
td.TdClassName
{
border-color: #020500;
}
.TagClassName
{
border-color: #020500;
}
</style>