Shades of Pine Tree #020300
Tints of Pine Tree #020300
RGB
CMYK
RGB Variations
Color information
#020300 (or 0x020300) is known color: Pine Tree. HEX triplet: 02, 03 and 00. RGB value is (2,3,0). Sum of RGB (Red+Green+Blue) = 2+3+0=5 (0% of max value = 765). Red value is 2 (1.17% from 255 or 40% from 5); Green value is 3 (1.56% from 255 or 60% from 5); Blue value is 0 (0.39% from 255 or 0% from 5); Max value from RGB is 3 - color contains mainly: green. Hex color #020300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020300 is #FDFCFF. Grayscale: #020202. Windows color (decimal): -16645376 or 770. OLE color: 770.
HSL color Cylindrical-coordinate representation of color #020300: hue angle of 80º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020300 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 2 | 3 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.99 |
| HSL | 80º | 1% | 0.01% | - |
| HSV(B) | 80º | 1% | 0.01% | - |
| XYZ | 0.06 | 0.08 | 0.01 | - |
| YUV | 2.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 0 | 0.33 | 0 | 1 | 0.99 | 80 | 1 | 0.01 |
| Hex | 2 | 3 | 0 | 21 | 0 | 64 | 63 | 50 | 64 | 1 |
| Octal | 2 | 3 | 0 | 41 | 0 | 144 | 143 | 120 | 144 | 1 |
| Binary | 10 | 11 | 0 | 100001 | 0 | 1100100 | 1100011 | 1010000 | 1100100 | 1 |
Color Harmonies of #020300
Complementary color
Monochromatic Colors of #020300
Black with #020300
Text Example
Text Example
White with #020300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020300; }
p { color: rgb(2,3,0); }
H1.HeaderClassName
{
color: #020300;
}
.AnyTagClassName
{
color: #020300;
}
</style>
background-color css
<style>
a { background-color: #020300; }
a { background-color: rgb(2,3,0); }
div.DivClassName
{
background-color: #020300;
}
.BgClassName
{
background-color: #020300;
}
</style>
border-color css
<style>
span { border-color: #020300; }
span { border-color: rgb(2,3,0); }
td.TdClassName
{
border-color: #020300;
}
.TagClassName
{
border-color: #020300;
}
</style>