#022920

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

Shades of Dark Green #022920

Tints of Dark Green #022920

Color information

#022920 (or 0x022920) is unknown color: approx Dark Green. HEX triplet: 02, 29 and 20. RGB value is (2,41,32). Sum of RGB (Red+Green+Blue) = 2+41+32=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #022920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022920 is #FDD6DF. Grayscale: #1C1C1C. Windows color (decimal): -16635616 or 2107650. OLE color: 2107650.

HSL color Cylindrical-coordinate representation of color #022920: hue angle of 166.15º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022920 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB24132-
CMYK0.9500.220.84
HSL166.15º90.7%8.43%-
HSV(B)166.15º95.12%16.08%-
XYZ1.081.71.64-
YUV28.31130.08109.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 41 (16.41% from 255) = 54.67%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=2.67%
G=54.67%
B=42.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal241320.9500.220.84166.1590.78.43
Hex229205F01654a65b8
Octal2514013702612424613310
Binary10101001100000101111101011010101001010011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022920; }

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

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

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

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

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

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

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

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