#03211C

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

Shades of Dark Green #03211C

Tints of Dark Green #03211C

Color information

#03211C (or 0x03211C) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 1C. RGB value is (3,33,28). Sum of RGB (Red+Green+Blue) = 3+33+28=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #03211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211C is #FCDEE3. Grayscale: #171717. Windows color (decimal): -16572132 or 1843459. OLE color: 1843459.

HSL color Cylindrical-coordinate representation of color #03211C: hue angle of 170º degrees, saturation: 0.83, 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 #03211C is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB33328-
CMYK0.9100.150.87
HSL170º83.33%7.06%-
HSV(B)170º90.91%12.94%-
XYZ0.791.191.29-
YUV23.46130.56113.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=4.69%
G=51.56%
B=43.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333280.9100.150.8717083.337.06
Hex3211C5B0F57aa537
Octal341341330171272521237
Binary11100001111001011011011111010111101010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03211C; }

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

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

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

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

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

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

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

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