#002016

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

Shades of Dark Green #002016

Tints of Dark Green #002016

Color information

#002016 (or 0x002016) is unknown color: approx Dark Green. HEX triplet: 00, 20 and 16. RGB value is (0,32,22). Sum of RGB (Red+Green+Blue) = 0+32+22=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #002016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002016 is #FFDFE9. Grayscale: #151515. Windows color (decimal): -16769002 or 1449984. OLE color: 1449984.

HSL color Cylindrical-coordinate representation of color #002016: hue angle of 161.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 #002016 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB03222-
CMYK100.310.87
HSL161.25º100%6.27%-
HSV(B)161.25º100%12.55%-
XYZ0.661.090.93-
YUV21.29128.4112.81-

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) = 59.26%
BLUE value IS 22 (8.98% from 255) = 40.74%
R=0%
G=59.26%
B=40.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal03222100.310.87161.251006.27
Hex020166401F57a1646
Octal040261440371272411446
Binary01000001011011001000111111010111101000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002016; }

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

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

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

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

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

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

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

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