#020606

Color #020606 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #020606

Tints of Dark Green #020606

Color information

#020606 (or 0x020606) is unknown color: approx Dark Green. HEX triplet: 02, 06 and 06. RGB value is (2,6,6). Sum of RGB (Red+Green+Blue) = 2+6+6=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 6 (2.73% from 255 or 42.86% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 6 - color contains mainly: green, blue. Hex color #020606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020606 is #FDF9F9. Grayscale: #040404. Windows color (decimal): -16644602 or 394754. OLE color: 394754.

HSL color Cylindrical-coordinate representation of color #020606: hue angle of 180º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #020606 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB266-
CMYK0.67000.98
HSL180º50%1.57%-
HSV(B)180º66.67%2.35%-
XYZ0.120.160.2-
YUV4.8128.67126-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 14.29%
GREEN value IS 6 (2.73% from 255) = 42.86%
BLUE value IS 6 (2.73% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2660.67000.98180501.57
Hex266430062b4322
Octal26610300142264622
Binary1011011010000110011000101011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020606; }

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

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

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

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

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

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

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

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