#032820

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

Shades of Dark Green #032820

Tints of Dark Green #032820

Color information

#032820 (or 0x032820) is unknown color: approx Dark Green. HEX triplet: 03, 28 and 20. RGB value is (3,40,32). Sum of RGB (Red+Green+Blue) = 3+40+32=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #032820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032820 is #FCD7DF. Grayscale: #1C1C1C. Windows color (decimal): -16570336 or 2107395. OLE color: 2107395.

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

Color convert

RGB34032-
CMYK0.9300.200.84
HSL167.03º86.05%8.43%-
HSV(B)167.03º92.5%15.69%-
XYZ1.061.641.63-
YUV28.02130.24110.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 40 (16.02% from 255) = 53.33%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=4%
G=53.33%
B=42.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal340320.9300.200.84167.0386.058.43
Hex328205D01454a7568
Octal3504013502412424712610
Binary11101000100000101110101010010101001010011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032820; }

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

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

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

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

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

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

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

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