Html Css Color HEX #003221 Dark Green

📋 copy color: '#003221'

red 0 ◦ green 50 ◦ blue 33

#003221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #003221

Tints of Dark Green #003221

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 value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#003221 (or 0x003221) is known color: 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

RGB 0 50 33 -
CMYK 1 0 0.34 0.80
HSL 159.6º 1% 0.1% -
HSV(B) 159.6º 1% 0.2% -
XYZ 1.42 2.39 1.83 -
YUV 33.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 0 50 33 1 0 0.34 0.80 159.6 1 0.1
Hex 0 32 21 64 0 22 50 A0 64 A
Octal 0 62 41 144 0 42 120 240 144 12
Binary 0 110010 100001 1100100 0 100010 1010000 10100000 1100100 1010

Color Harmonies of #003221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003221

Black with #003221

Text Example


Text Example

White with #003221

Text Example


Text Example

HTML Codes & Css Web 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>