#329B32

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

Shades of Forest Green #329B32

Tints of Forest Green #329B32

Color information

#329B32 (or 0x329B32) is unknown color: approx Forest Green. HEX triplet: 32, 9B and 32. RGB value is (50,155,50). Sum of RGB (Red+Green+Blue) = 50+155+50=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 155 (60.94% from 255 or 60.78% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 155 - color contains mainly: green. Hex color #329B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B32 is #CD64CD. Grayscale: #6F6F6F. Windows color (decimal): -13460686 or 3316530. OLE color: 3316530.

HSL color Cylindrical-coordinate representation of color #329B32: hue angle of 120º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B32 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB5015550-
CMYK0.6800.680.39
HSL120º51.22%40.2%-
HSV(B)120º67.74%60.78%-
XYZ13.6124.357-
YUV111.6493.2184.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 155 (60.94% from 255) = 60.78%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=19.61%
G=60.78%
B=19.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155500.6800.680.3912051.2240.2
Hex329B324404427783328
Octal62233621040104471706350
Binary110010100110111100101000100010001001001111111000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329B32; }

 p { color: rgb(50,155,50); }

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

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

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

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

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

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

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