#328C2D

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

Shades of Forest Green #328C2D

Tints of Forest Green #328C2D

Color information

#328C2D (or 0x328C2D) is unknown color: approx Forest Green. HEX triplet: 32, 8C and 2D. RGB value is (50,140,45). Sum of RGB (Red+Green+Blue) = 50+140+45=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 140 (55.08% from 255 or 59.57% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 140 - color contains mainly: green. Hex color #328C2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C2D is #CD73D2. Grayscale: #666666. Windows color (decimal): -13464531 or 2985010. OLE color: 2985010.

HSL color Cylindrical-coordinate representation of color #328C2D: hue angle of 116.84º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #328C2D is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB5014045-
CMYK0.6400.680.45
HSL116.84º51.35%36.27%-
HSV(B)116.84º67.86%54.9%-
XYZ11.1719.625.68-
YUV102.2695.6890.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 140 (55.08% from 255) = 59.57%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=21.28%
G=59.57%
B=19.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50140450.6400.680.45116.8451.3536.27
Hex328C2D400442D753324
Octal62214551000104551656344
Binary110010100011001011011000000010001001011011110101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,140,45); }

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

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

 a { background-color: rgb(50,140,45); }

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

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

 span { border-color: rgb(50,140,45); }

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