#328A27

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

Shades of Forest Green #328A27

Tints of Forest Green #328A27

Color information

#328A27 (or 0x328A27) is unknown color: approx Forest Green. HEX triplet: 32, 8A and 27. RGB value is (50,138,39). Sum of RGB (Red+Green+Blue) = 50+138+39=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #328A27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A27 is #CD75D8. Grayscale: #646464. Windows color (decimal): -13465049 or 2591282. OLE color: 2591282.

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

Color convert

RGB5013839-
CMYK0.6400.720.46
HSL113.33º55.93%34.71%-
HSV(B)113.33º71.74%54.12%-
XYZ10.77195.02-
YUV100.493.3592.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 138 (54.30% from 255) = 60.79%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=22.03%
G=60.79%
B=17.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50138390.6400.720.46113.3355.9334.71
Hex328A27400482E713823
Octal62212471000110561617043
Binary110010100010101001111000000010010001011101110001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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