#032011

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

Shades of Dark Green #032011

Tints of Dark Green #032011

Color information

#032011 (or 0x032011) is unknown color: approx Dark Green. HEX triplet: 03, 20 and 11. RGB value is (3,32,17). Sum of RGB (Red+Green+Blue) = 3+32+17=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #032011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032011 is #FCDFEE. Grayscale: #151515. Windows color (decimal): -16572399 or 1122307. OLE color: 1122307.

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

Color convert

RGB33217-
CMYK0.9100.470.87
HSL148.97º82.86%6.86%-
HSV(B)148.97º90.62%12.55%-
XYZ0.661.090.71-
YUV21.62125.39114.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 32 (12.89% from 255) = 61.54%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=5.77%
G=61.54%
B=32.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332170.9100.470.87148.9782.866.86
Hex320115B02F5795537
Octal340211330571272251237
Binary1110000010001101101101011111010111100101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032011; }

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

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

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

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

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

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

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

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