#020600

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

Shades of Pine Tree #020600

Tints of Pine Tree #020600

Color information

#020600 (or 0x020600) is unknown color: approx Pine Tree. HEX triplet: 02, 06 and 00. RGB value is (2,6,0). Sum of RGB (Red+Green+Blue) = 2+6+0=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 6 (2.73% from 255 or 75% from 8); Blue value is 0 (0.39% from 255 or 0% from 8); Max value from RGB is 6 - color contains mainly: green. Hex color #020600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020600 is #FDF9FF. Grayscale: #040404. Windows color (decimal): -16644608 or 1538. OLE color: 1538.

HSL color Cylindrical-coordinate representation of color #020600: hue angle of 100º 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 #020600 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.98.

Color convert

RGB260-
CMYK0.67010.98
HSL100º100%1.18%-
HSV(B)100º100%2.35%-
XYZ0.090.140.02-
YUV4.12125.67126.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 75%
BLUE value IS 0 (0.39% from 255) = 0%
R=25%
G=75%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2600.67010.981001001.18
Hex260430646264641
Octal26010301441421441441
Binary1011001000011011001001100010110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020600; }

 p { color: rgb(2,6,0); }

 H1.HeaderClassName
 {
   color: #020600;
 }
 .AnyTagClassName
 {
   color: #020600;
 }
</style>
background-color css

<style>
 a { background-color: #020600; }

 a { background-color: rgb(2,6,0); }

 div.DivClassName
 {
   background-color: #020600;
 }
 .BgClassName
 {
   background-color: #020600;
 }
</style>
border-color css

<style>
 span { border-color: #020600; }

 span { border-color: rgb(2,6,0); }

 td.TdClassName
 {
   border-color: #020600;
 }
 .TagClassName
 {
   border-color: #020600;
 }
</style>