#002006

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

Shades of Dark Green #002006

Tints of Dark Green #002006

Color information

#002006 (or 0x002006) is unknown color: approx Dark Green. HEX triplet: 00, 20 and 06. RGB value is (0,32,6). Sum of RGB (Red+Green+Blue) = 0+32+6=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 32 (12.89% from 255 or 84.21% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 32 - color contains mainly: green. Hex color #002006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002006 is #FFDFF9. Grayscale: #131313. Windows color (decimal): -16769018 or 401408. OLE color: 401408.

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

Color convert

RGB0326-
CMYK100.810.87
HSL131.25º100%6.27%-
HSV(B)131.25º100%12.55%-
XYZ0.551.050.35-
YUV19.47120.4114.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 84.21%
BLUE value IS 6 (2.73% from 255) = 15.79%
R=0%
G=84.21%
B=15.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0326100.810.87131.251006.27
Hex0206640515783646
Octal040614401211272031446
Binary01000001101100100010100011010111100000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002006; }

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

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

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

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

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

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

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

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