#022121

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

Shades of Dark Green #022121

Tints of Dark Green #022121

Color information

#022121 (or 0x022121) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 21. RGB value is (2,33,33). Sum of RGB (Red+Green+Blue) = 2+33+33=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #022121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022121 is #FDDEDE. Grayscale: #171717. Windows color (decimal): -16637663 or 2171138. OLE color: 2171138.

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

Color convert

RGB23333-
CMYK0.94000.87
HSL180º88.57%6.86%-
HSV(B)180º93.94%12.94%-
XYZ0.841.211.63-
YUV23.73133.23112.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 33 (13.28% from 255) = 48.53%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=2.94%
G=48.53%
B=48.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233330.94000.8718088.576.86
Hex221215E0057b4597
Octal24141136001272641317
Binary101000011000011011110001010111101101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022121; }

 p { color: rgb(2,33,33); }

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

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

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

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

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

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

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