#032D1D

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

Shades of Dark Green #032D1D

Tints of Dark Green #032D1D

Color information

#032D1D (or 0x032D1D) is unknown color: approx Dark Green. HEX triplet: 03, 2D and 1D. RGB value is (3,45,29). Sum of RGB (Red+Green+Blue) = 3+45+29=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #032D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D1D is #FCD2E2. Grayscale: #1E1E1E. Windows color (decimal): -16569059 or 1912067. OLE color: 1912067.

HSL color Cylindrical-coordinate representation of color #032D1D: hue angle of 157.14º 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 #032D1D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB34529-
CMYK0.9300.360.82
HSL157.14º87.5%9.41%-
HSV(B)157.14º93.33%17.65%-
XYZ1.21.981.48-
YUV30.62127.09108.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 45 (17.97% from 255) = 58.44%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=3.90%
G=58.44%
B=37.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal345290.9300.360.82157.1487.59.41
Hex32D1D5D024529d589
Octal3553513504412223513011
Binary11101101111011011101010010010100101001110110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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