#03211E

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

Shades of Dark Green #03211E

Tints of Dark Green #03211E

Color information

#03211E (or 0x03211E) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 1E. RGB value is (3,33,30). Sum of RGB (Red+Green+Blue) = 3+33+30=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #03211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211E is #FCDEE1. Grayscale: #171717. Windows color (decimal): -16572130 or 1974531. OLE color: 1974531.

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

Color convert

RGB33330-
CMYK0.9100.090.87
HSL174º83.33%7.06%-
HSV(B)174º90.91%12.94%-
XYZ0.821.21.42-
YUV23.69131.56113.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 33 (13.28% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 45.45%
R=4.55%
G=50%
B=45.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333300.9100.090.8717483.337.06
Hex3211E5B0957ae537
Octal341361330111272561237
Binary11100001111101011011010011010111101011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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