#032928

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

Shades of Dark Green #032928

Tints of Dark Green #032928

Color information

#032928 (or 0x032928) is unknown color: approx Dark Green. HEX triplet: 03, 29 and 28. RGB value is (3,41,40). Sum of RGB (Red+Green+Blue) = 3+41+40=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #032928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032928 is #FCD6D7. Grayscale: #1D1D1D. Windows color (decimal): -16570072 or 2631939. OLE color: 2631939.

HSL color Cylindrical-coordinate representation of color #032928: hue angle of 178.42º degrees, saturation: 0.86, 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 #032928 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB34140-
CMYK0.9300.020.84
HSL178.42º86.36%8.63%-
HSV(B)178.42º92.68%16.08%-
XYZ1.211.762.28-
YUV29.52133.91109.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 41 (16.41% from 255) = 48.81%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=3.57%
G=48.81%
B=47.62%

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
Decimal341400.9300.020.84178.4286.368.63
Hex329285D0254b2569
Octal351501350212426212611
Binary11101001101000101110101010101001011001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032928; }

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

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

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

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

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

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

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

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