#328E35

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

Shades of Forest Green #328E35

Tints of Forest Green #328E35

Color information

#328E35 (or 0x328E35) is unknown color: approx Forest Green. HEX triplet: 32, 8E and 35. RGB value is (50,142,53). Sum of RGB (Red+Green+Blue) = 50+142+53=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #328E35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328E35 is #CD71CA. Grayscale: #686868. Windows color (decimal): -13464011 or 3509810. OLE color: 3509810.

HSL color Cylindrical-coordinate representation of color #328E35: hue angle of 121.96º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E35 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB5014253-
CMYK0.6500.630.44
HSL121.96º47.92%37.65%-
HSV(B)121.96º64.79%55.69%-
XYZ11.6320.286.67-
YUV104.3599.0289.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 142 (55.86% from 255) = 57.96%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=20.41%
G=57.96%
B=21.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142530.6500.630.44121.9647.9237.65
Hex328E354103F2C7a3026
Octal6221665101077541726046
Binary11001010001110110101100000101111111011001111010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,142,53); }

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

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

 a { background-color: rgb(50,142,53); }

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

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

 span { border-color: rgb(50,142,53); }

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