#032F28

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

Shades of Dark Green #032F28

Tints of Dark Green #032F28

Color information

#032F28 (or 0x032F28) is unknown color: approx Dark Green. HEX triplet: 03, 2F and 28. RGB value is (3,47,40). Sum of RGB (Red+Green+Blue) = 3+47+40=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #032F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F28 is #FCD0D7. Grayscale: #212121. Windows color (decimal): -16568536 or 2633475. OLE color: 2633475.

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

Color convert

RGB34740-
CMYK0.9400.150.82
HSL170.45º88%9.8%-
HSV(B)170.45º93.62%18.43%-
XYZ1.442.212.36-
YUV33.05131.92106.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 47 (18.75% from 255) = 52.22%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=3.33%
G=52.22%
B=44.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal347400.9400.150.82170.45889.8
Hex32F285E0F52aa58a
Octal3575013601712225213012
Binary1110111110100010111100111110100101010101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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