#032D29

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

Shades of Dark Green #032D29

Tints of Dark Green #032D29

Color information

#032D29 (or 0x032D29) is unknown color: approx Dark Green. HEX triplet: 03, 2D and 29. RGB value is (3,45,41). Sum of RGB (Red+Green+Blue) = 3+45+41=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 45 (17.97% from 255 or 50.56% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 45 - color contains mainly: green. Hex color #032D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D29 is #FCD2D6. Grayscale: #1F1F1F. Windows color (decimal): -16569047 or 2698499. OLE color: 2698499.

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

Color convert

RGB34541-
CMYK0.9300.090.82
HSL174.29º87.5%9.41%-
HSV(B)174.29º93.33%17.65%-
XYZ1.382.062.42-
YUV31.99133.09107.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.37%
GREEN value IS 45 (17.97% from 255) = 50.56%
BLUE value IS 41 (16.41% from 255) = 46.07%
R=3.37%
G=50.56%
B=46.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal345410.9300.090.82174.2987.59.41
Hex32D295D0952ae589
Octal3555113501112225613011
Binary1110110110100110111010100110100101010111010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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