#032A29

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

Shades of Dark Green #032A29

Tints of Dark Green #032A29

Color information

#032A29 (or 0x032A29) is unknown color: approx Dark Green. HEX triplet: 03, 2A and 29. RGB value is (3,42,41). Sum of RGB (Red+Green+Blue) = 3+42+41=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 42 (16.80% from 255 or 48.84% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 42 - color contains mainly: green. Hex color #032A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A29 is #FCD5D6. Grayscale: #1E1E1E. Windows color (decimal): -16569815 or 2697731. OLE color: 2697731.

HSL color Cylindrical-coordinate representation of color #032A29: hue angle of 178.46º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032A29 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB34241-
CMYK0.9300.020.84
HSL178.46º86.67%8.82%-
HSV(B)178.46º92.86%16.47%-
XYZ1.271.842.39-
YUV30.22134.08108.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 42 (16.80% from 255) = 48.84%
BLUE value IS 41 (16.41% from 255) = 47.67%
R=3.49%
G=48.84%
B=47.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal342410.9300.020.84178.4686.678.82
Hex32A295D0254b2579
Octal352511350212426212711
Binary11101010101001101110101010101001011001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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