#032E28

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

Shades of Dark Green #032E28

Tints of Dark Green #032E28

Color information

#032E28 (or 0x032E28) is unknown color: approx Dark Green. HEX triplet: 03, 2E and 28. RGB value is (3,46,40). Sum of RGB (Red+Green+Blue) = 3+46+40=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #032E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E28 is #FCD1D7. Grayscale: #202020. Windows color (decimal): -16568792 or 2633219. OLE color: 2633219.

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

Color convert

RGB34640-
CMYK0.9300.130.82
HSL171.63º87.76%9.61%-
HSV(B)171.63º93.48%18.04%-
XYZ1.42.132.34-
YUV32.46132.25106.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.37%
GREEN value IS 46 (18.36% from 255) = 51.69%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=3.37%
G=51.69%
B=44.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346400.9300.130.82171.6387.769.61
Hex32E285D0D52ac58a
Octal3565013501512225413012
Binary1110111010100010111010110110100101010110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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