#032211

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

Shades of Dark Green #032211

Tints of Dark Green #032211

Color information

#032211 (or 0x032211) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 11. RGB value is (3,34,17). Sum of RGB (Red+Green+Blue) = 3+34+17=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #032211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032211 is #FCDDEE. Grayscale: #161616. Windows color (decimal): -16571887 or 1122819. OLE color: 1122819.

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

Color convert

RGB33417-
CMYK0.9100.500.87
HSL147.1º83.78%7.25%-
HSV(B)147.1º91.18%13.33%-
XYZ0.711.20.73-
YUV22.79124.73113.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 34 (13.67% from 255) = 62.96%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=5.56%
G=62.96%
B=31.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334170.9100.500.87147.183.787.25
Hex322115B0325793547
Octal342211330621272231247
Binary1110001010001101101101100101010111100100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032211; }

 p { color: rgb(3,34,17); }

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

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

 a { background-color: rgb(3,34,17); }

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

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

 span { border-color: rgb(3,34,17); }

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