#022520

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

Shades of Dark Green #022520

Tints of Dark Green #022520

Color information

#022520 (or 0x022520) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 20. RGB value is (2,37,32). Sum of RGB (Red+Green+Blue) = 2+37+32=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #022520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022520 is #FDDADF. Grayscale: #191919. Windows color (decimal): -16636640 or 2106626. OLE color: 2106626.

HSL color Cylindrical-coordinate representation of color #022520: hue angle of 171.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022520 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB23732-
CMYK0.9500.140.85
HSL171.43º89.74%7.65%-
HSV(B)171.43º94.59%14.51%-
XYZ0.951.441.59-
YUV25.96131.4110.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 32 (12.89% from 255) = 45.07%
R=2.82%
G=52.11%
B=45.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237320.9500.140.85171.4389.747.65
Hex225205F0E55ab5a8
Octal2454013701612525313210
Binary1010010110000010111110111010101011010101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022520; }

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

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

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

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

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

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

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

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