#328a28

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

Shades of Forest Green #328A28

Tints of Forest Green #328A28

Color information

#328A28 (or 0x328A28) is unknown color: approx Forest Green. HEX triplet: 32, 8A and 28. RGB value is (50,138,40). Sum of RGB (Red+Green+Blue) = 50+138+40=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #328A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A28 is #CD75D7. Grayscale: #646464. Windows color (decimal): -13465048 or 2656818. OLE color: 2656818.

HSL color Cylindrical-coordinate representation of color #328A28: hue angle of 113.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328A28 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB5013840-
CMYK0.6400.710.46
HSL113.88º55.06%34.9%-
HSV(B)113.88º71.01%54.12%-
XYZ10.7919.015.11-
YUV100.5293.8591.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 138 (54.30% from 255) = 60.53%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=21.93%
G=60.53%
B=17.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50138400.6400.710.46113.8855.0634.9
Hex328A28400472E723723
Octal62212501000107561626743
Binary110010100010101010001000000010001111011101110010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328a28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328a28; }

 p { color: rgb(50,138,40); }

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

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

 a { background-color: rgb(50,138,40); }

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

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

 span { border-color: rgb(50,138,40); }

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