#032D28

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

Shades of Dark Green #032D28

Tints of Dark Green #032D28

Color information

#032D28 (or 0x032D28) is unknown color: approx Dark Green. HEX triplet: 03, 2D and 28. RGB value is (3,45,40). Sum of RGB (Red+Green+Blue) = 3+45+40=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #032D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D28 is #FCD2D7. Grayscale: #1F1F1F. Windows color (decimal): -16569048 or 2632963. OLE color: 2632963.

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

Color convert

RGB34540-
CMYK0.9300.110.82
HSL172.86º87.5%9.41%-
HSV(B)172.86º93.33%17.65%-
XYZ1.362.052.33-
YUV31.87132.59107.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 45 (17.97% from 255) = 51.14%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=3.41%
G=51.14%
B=45.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal345400.9300.110.82172.8687.59.41
Hex32D285D0B52ad589
Octal3555013501312225513011
Binary1110110110100010111010101110100101010110110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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