#032811

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

Shades of Dark Green #032811

Tints of Dark Green #032811

Color information

#032811 (or 0x032811) is unknown color: approx Dark Green. HEX triplet: 03, 28 and 11. RGB value is (3,40,17). Sum of RGB (Red+Green+Blue) = 3+40+17=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #032811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032811 is #FCD7EE. Grayscale: #1A1A1A. Windows color (decimal): -16570351 or 1124355. OLE color: 1124355.

HSL color Cylindrical-coordinate representation of color #032811: hue angle of 142.7º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032811 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB34017-
CMYK0.9300.570.84
HSL142.7º86.05%8.43%-
HSV(B)142.7º92.5%15.69%-
XYZ0.91.580.79-
YUV26.31122.74111.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 40 (16.02% from 255) = 66.67%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=5%
G=66.67%
B=28.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal340170.9300.570.84142.786.058.43
Hex328115D039548f568
Octal3502113507112421712610
Binary11101000100011011101011100110101001000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032811; }

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

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

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

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

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

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

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

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