#022420

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

Shades of Dark Green #022420

Tints of Dark Green #022420

Color information

#022420 (or 0x022420) is unknown color: approx Dark Green. HEX triplet: 02, 24 and 20. RGB value is (2,36,32). Sum of RGB (Red+Green+Blue) = 2+36+32=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #022420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022420 is #FDDBDF. Grayscale: #191919. Windows color (decimal): -16636896 or 2106370. OLE color: 2106370.

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

Color convert

RGB23632-
CMYK0.9400.110.86
HSL172.94º89.47%7.45%-
HSV(B)172.94º94.44%14.12%-
XYZ0.921.381.58-
YUV25.38131.74111.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 36 (14.45% from 255) = 51.43%
BLUE value IS 32 (12.89% from 255) = 45.71%
R=2.86%
G=51.43%
B=45.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal236320.9400.110.86172.9489.477.45
Hex224205E0B56ad597
Octal244401360131262551317
Binary101001001000001011110010111010110101011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022420; }

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

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

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

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

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

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

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

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