#021006

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

Shades of Dark Green #021006

Tints of Dark Green #021006

Color information

#021006 (or 0x021006) is unknown color: approx Dark Green. HEX triplet: 02, 10 and 06. RGB value is (2,16,6). Sum of RGB (Red+Green+Blue) = 2+16+6=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 16 (6.64% from 255 or 66.67% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 16 - color contains mainly: green. Hex color #021006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021006 is #FDEFF9. Grayscale: #0A0A0A. Windows color (decimal): -16642042 or 397314. OLE color: 397314.

HSL color Cylindrical-coordinate representation of color #021006: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021006 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB2166-
CMYK0.8700.620.94
HSL137.14º77.78%3.53%-
HSV(B)137.14º87.5%6.27%-
XYZ0.240.40.24-
YUV10.67125.36121.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 16 (6.64% from 255) = 66.67%
BLUE value IS 6 (2.73% from 255) = 25%
R=8.33%
G=66.67%
B=25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal21660.8700.620.94137.1477.783.53
Hex21065703E5E894e4
Octal22061270761362111164
Binary1010000110101011101111101011110100010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021006; }

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

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

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

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

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

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

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

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