#329531

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

Shades of Forest Green #329531

Tints of Forest Green #329531

Color information

#329531 (or 0x329531) is unknown color: approx Forest Green. HEX triplet: 32, 95 and 31. RGB value is (50,149,49). Sum of RGB (Red+Green+Blue) = 50+149+49=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #329531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329531 is #CD6ACE. Grayscale: #6C6C6C. Windows color (decimal): -13462223 or 3249458. OLE color: 3249458.

HSL color Cylindrical-coordinate representation of color #329531: hue angle of 119.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329531 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB5014949-
CMYK0.6600.670.42
HSL119.4º50.51%38.82%-
HSV(B)119.4º67.11%58.43%-
XYZ12.6222.396.56-
YUV10894.786.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 149 (58.59% from 255) = 60.08%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=20.16%
G=60.08%
B=19.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149490.6600.670.42119.450.5138.82
Hex329531420432A773327
Octal62225611020103521676347
Binary110010100101011100011000010010000111010101110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329531; }

 p { color: rgb(50,149,49); }

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

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

 a { background-color: rgb(50,149,49); }

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

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

 span { border-color: rgb(50,149,49); }

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