#328D2A

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

Shades of Forest Green #328D2A

Tints of Forest Green #328D2A

Color information

#328D2A (or 0x328D2A) is unknown color: approx Forest Green. HEX triplet: 32, 8D and 2A. RGB value is (50,141,42). Sum of RGB (Red+Green+Blue) = 50+141+42=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #328D2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D2A is #CD72D5. Grayscale: #666666. Windows color (decimal): -13464278 or 2788658. OLE color: 2788658.

HSL color Cylindrical-coordinate representation of color #328D2A: hue angle of 115.15º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #328D2A is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB5014142-
CMYK0.6500.700.45
HSL115.15º54.1%35.88%-
HSV(B)115.15º70.21%55.29%-
XYZ11.2619.95.44-
YUV102.593.8590.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 141 (55.47% from 255) = 60.52%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=21.46%
G=60.52%
B=18.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50141420.6500.700.45115.1554.135.88
Hex328D2A410462D733624
Octal62215521010106551636644
Binary110010100011011010101000001010001101011011110011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,42); }

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

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

 a { background-color: rgb(50,141,42); }

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

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

 span { border-color: rgb(50,141,42); }

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