#022020

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

Shades of Dark Green #022020

Tints of Dark Green #022020

Color information

#022020 (or 0x022020) is unknown color: approx Dark Green. HEX triplet: 02, 20 and 20. RGB value is (2,32,32). Sum of RGB (Red+Green+Blue) = 2+32+32=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #022020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022020 is #FDDFDF. Grayscale: #171717. Windows color (decimal): -16637920 or 2105346. OLE color: 2105346.

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

Color convert

RGB23232-
CMYK0.94000.87
HSL180º88.24%6.67%-
HSV(B)180º93.75%12.55%-
XYZ0.81.151.55-
YUV23.03133.06113-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=3.03%
G=48.48%
B=48.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal232320.94000.8718088.246.67
Hex220205E0057b4587
Octal24040136001272641307
Binary101000001000001011110001010111101101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022020; }

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

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

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

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

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

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

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

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