#032921

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

Shades of Dark Green #032921

Tints of Dark Green #032921

Color information

#032921 (or 0x032921) is unknown color: approx Dark Green. HEX triplet: 03, 29 and 21. RGB value is (3,41,33). Sum of RGB (Red+Green+Blue) = 3+41+33=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #032921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032921 is #FCD6DE. Grayscale: #1C1C1C. Windows color (decimal): -16570079 or 2173187. OLE color: 2173187.

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

Color convert

RGB34133-
CMYK0.9300.200.84
HSL167.37º86.36%8.63%-
HSV(B)167.37º92.68%16.08%-
XYZ1.111.721.71-
YUV28.73130.41109.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 41 (16.41% from 255) = 53.25%
BLUE value IS 33 (13.28% from 255) = 42.86%
R=3.90%
G=53.25%
B=42.86%

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
Decimal341330.9300.200.84167.3786.368.63
Hex329215D01454a7569
Octal3514113502412424712611
Binary11101001100001101110101010010101001010011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032921; }

 p { color: rgb(3,41,33); }

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

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

 a { background-color: rgb(3,41,33); }

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

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

 span { border-color: rgb(3,41,33); }

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