#002021

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

Shades of Dark Green #002021

Tints of Dark Green #002021

Color information

#002021 (or 0x002021) is unknown color: approx Dark Green. HEX triplet: 00, 20 and 21. RGB value is (0,32,33). Sum of RGB (Red+Green+Blue) = 0+32+33=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #002021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002021 is #FFDFDE. Grayscale: #161616. Windows color (decimal): -16768991 or 2170880. OLE color: 2170880.

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

Color convert

RGB03233-
CMYK10.0300.87
HSL181.82º100%6.47%-
HSV(B)181.82º100%12.94%-
XYZ0.791.141.62-
YUV22.55133.9111.92-

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) = 49.23%
BLUE value IS 33 (13.28% from 255) = 50.77%
R=0%
G=49.23%
B=50.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0323310.0300.87181.821006.47
Hex02021643057b6646
Octal04041144301272661446
Binary010000010000111001001101010111101101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002021; }

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

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

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

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

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

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

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

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