#03211A

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

Shades of Dark Green #03211A

Tints of Dark Green #03211A

Color information

#03211A (or 0x03211A) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 1A. RGB value is (3,33,26). Sum of RGB (Red+Green+Blue) = 3+33+26=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #03211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03211A is #FCDEE5. Grayscale: #171717. Windows color (decimal): -16572134 or 1712387. OLE color: 1712387.

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

Color convert

RGB33326-
CMYK0.9100.210.87
HSL166º83.33%7.06%-
HSV(B)166º90.91%12.94%-
XYZ0.771.181.16-
YUV23.23129.56113.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=4.84%
G=53.23%
B=41.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333260.9100.210.8716683.337.06
Hex3211A5B01557a6537
Octal341321330251272461237
Binary111000011101010110110101011010111101001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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