#003221

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

Shades of Dark Green #003221

Tints of Dark Green #003221

Color information

#003221 (or 0x003221) is unknown color: approx Dark Green. HEX triplet: 00, 32 and 21. RGB value is (0,50,33). Sum of RGB (Red+Green+Blue) = 0+50+33=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #003221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003221 is #FFCDDE. Grayscale: #212121. Windows color (decimal): -16764383 or 2175488. OLE color: 2175488.

HSL color Cylindrical-coordinate representation of color #003221: hue angle of 159.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003221 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB05033-
CMYK100.340.80
HSL159.6º100%9.8%-
HSV(B)159.6º100%19.61%-
XYZ1.422.391.83-
YUV33.11127.94104.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 60.24%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=0%
G=60.24%
B=39.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05033100.340.80159.61009.8
Hex032216402250a064a
Octal0624114404212024014412
Binary01100101000011100100010001010100001010000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003221; }

 p { color: rgb(0,50,33); }

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

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

 a { background-color: rgb(0,50,33); }

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

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

 span { border-color: rgb(0,50,33); }

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