#032E2D

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

Shades of Dark Green #032E2D

Tints of Dark Green #032E2D

Color information

#032E2D (or 0x032E2D) is unknown color: approx Dark Green. HEX triplet: 03, 2E and 2D. RGB value is (3,46,45). Sum of RGB (Red+Green+Blue) = 3+46+45=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #032E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E2D is #FCD1D2. Grayscale: #202020. Windows color (decimal): -16568787 or 2960899. OLE color: 2960899.

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

Color convert

RGB34645-
CMYK0.9300.020.82
HSL178.6º87.76%9.61%-
HSV(B)178.6º93.48%18.04%-
XYZ1.492.162.82-
YUV33.03134.75106.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 46 (18.36% from 255) = 48.94%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=3.19%
G=48.94%
B=47.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346450.9300.020.82178.687.769.61
Hex32E2D5D0252b358a
Octal356551350212226313012
Binary11101110101101101110101010100101011001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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