#032D1E

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

Shades of Dark Green #032D1E

Tints of Dark Green #032D1E

Color information

#032D1E (or 0x032D1E) is unknown color: approx Dark Green. HEX triplet: 03, 2D and 1E. RGB value is (3,45,30). Sum of RGB (Red+Green+Blue) = 3+45+30=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 45 (17.97% from 255 or 57.69% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 45 - color contains mainly: green. Hex color #032D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D1E is #FCD2E1. Grayscale: #1E1E1E. Windows color (decimal): -16569058 or 1977603. OLE color: 1977603.

HSL color Cylindrical-coordinate representation of color #032D1E: hue angle of 158.57º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032D1E is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB34530-
CMYK0.9300.330.82
HSL158.57º87.5%9.41%-
HSV(B)158.57º93.33%17.65%-
XYZ1.211.991.55-
YUV30.73127.59108.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 45 (17.97% from 255) = 57.69%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=3.85%
G=57.69%
B=38.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal345300.9300.330.82158.5787.59.41
Hex32D1E5D021529f589
Octal3553613504112223713011
Binary11101101111101011101010000110100101001111110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032D1E; }

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

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

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

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

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

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

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

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