#022120

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

Shades of Dark Green #022120

Tints of Dark Green #022120

Color information

#022120 (or 0x022120) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 20. RGB value is (2,33,32). Sum of RGB (Red+Green+Blue) = 2+33+32=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #022120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022120 is #FDDEDF. Grayscale: #171717. Windows color (decimal): -16637664 or 2105602. OLE color: 2105602.

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

Color convert

RGB23332-
CMYK0.9400.030.87
HSL178.06º88.57%6.86%-
HSV(B)178.06º93.94%12.94%-
XYZ0.831.21.56-
YUV23.62132.73112.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 33 (13.28% from 255) = 49.25%
BLUE value IS 32 (12.89% from 255) = 47.76%
R=2.99%
G=49.25%
B=47.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233320.9400.030.87178.0688.576.86
Hex221205E0357b2597
Octal24140136031272621317
Binary1010000110000010111100111010111101100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022120; }

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

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

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

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

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

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

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

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