#022820

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

Shades of Dark Green #022820

Tints of Dark Green #022820

Color information

#022820 (or 0x022820) is unknown color: approx Dark Green. HEX triplet: 02, 28 and 20. RGB value is (2,40,32). Sum of RGB (Red+Green+Blue) = 2+40+32=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #022820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022820 is #FDD7DF. Grayscale: #1B1B1B. Windows color (decimal): -16635872 or 2107394. OLE color: 2107394.

HSL color Cylindrical-coordinate representation of color #022820: hue angle of 167.37º degrees, saturation: 0.9, 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 #022820 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB24032-
CMYK0.9500.200.84
HSL167.37º90.48%8.24%-
HSV(B)167.37º95%15.69%-
XYZ1.041.631.63-
YUV27.73130.41109.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 40 (16.02% from 255) = 54.05%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=2.70%
G=54.05%
B=43.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240320.9500.200.84167.3790.488.24
Hex228205F01454a75a8
Octal2504013702412424713210
Binary10101000100000101111101010010101001010011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022820; }

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

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

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

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

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

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

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

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