#001006

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

Shades of Dark Green #001006

Tints of Dark Green #001006

Color information

#001006 (or 0x001006) is unknown color: approx Dark Green. HEX triplet: 00, 10 and 06. RGB value is (0,16,6). Sum of RGB (Red+Green+Blue) = 0+16+6=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #001006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001006 is #FFEFF9. Grayscale: #0A0A0A. Windows color (decimal): -16773114 or 397312. OLE color: 397312.

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

Color convert

RGB0166-
CMYK100.620.94
HSL142.5º100%3.14%-
HSV(B)142.5º100%6.27%-
XYZ0.220.380.23-
YUV10.08125.7120.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 72.73%
BLUE value IS 6 (2.73% from 255) = 27.27%
R=0%
G=72.73%
B=27.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal0166100.620.94142.51003.14
Hex01066403E5E8e643
Octal02061440761362161443
Binary01000011011001000111110101111010001110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001006; }

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

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

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

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

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

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

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

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