#020500

Color #020500 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #020500

Tints of Pine Tree #020500

Color information

#020500 (or 0x020500) is unknown color: approx 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

RGB250-
CMYK0.60010.98
HSL96º100%0.98%-
HSV(B)96º100%1.96%-
XYZ0.080.120.02-
YUV3.53126.01126.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 28.57%
GREEN value IS 5 (2.34% from 255) = 71.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.57%
G=71.43%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2500.60010.98961000.98
Hex2503C0646260641
Octal2507401441421401441
Binary101010111100011001001100010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>