#032220

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

Shades of Dark Green #032220

Tints of Dark Green #032220

Color information

#032220 (or 0x032220) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 20. RGB value is (3,34,32). Sum of RGB (Red+Green+Blue) = 3+34+32=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 34 (13.67% from 255 or 49.28% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 34 - color contains mainly: green. Hex color #032220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032220 is #FCDDDF. Grayscale: #181818. Windows color (decimal): -16571872 or 2105859. OLE color: 2105859.

HSL color Cylindrical-coordinate representation of color #032220: hue angle of 176.13º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032220 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB33432-
CMYK0.9100.060.87
HSL176.13º83.78%7.25%-
HSV(B)176.13º91.18%13.33%-
XYZ0.871.271.57-
YUV24.5132.23112.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 34 (13.67% from 255) = 49.28%
BLUE value IS 32 (12.89% from 255) = 46.38%
R=4.35%
G=49.28%
B=46.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334320.9100.060.87176.1383.787.25
Hex322205B0657b0547
Octal34240133061272601247
Binary11100010100000101101101101010111101100001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032220; }

 p { color: rgb(3,34,32); }

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

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

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

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

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

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

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