#328D2F

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

Shades of Forest Green #328D2F

Tints of Forest Green #328D2F

Color information

#328D2F (or 0x328D2F) is unknown color: approx Forest Green. HEX triplet: 32, 8D and 2F. RGB value is (50,141,47). Sum of RGB (Red+Green+Blue) = 50+141+47=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #328D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D2F is #CD72D0. Grayscale: #676767. Windows color (decimal): -13464273 or 3116338. OLE color: 3116338.

HSL color Cylindrical-coordinate representation of color #328D2F: hue angle of 118.09º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328D2F is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB5014147-
CMYK0.6500.670.45
HSL118.09º50%36.86%-
HSV(B)118.09º66.67%55.29%-
XYZ11.3519.935.94-
YUV103.0896.3590.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 141 (55.47% from 255) = 59.24%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=21.01%
G=59.24%
B=19.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50141470.6500.670.45118.095036.86
Hex328D2F410432D763225
Octal62215571010103551666245
Binary110010100011011011111000001010000111011011110110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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