#329B31

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

Shades of Forest Green #329B31

Tints of Forest Green #329B31

Color information

#329B31 (or 0x329B31) is unknown color: approx Forest Green. HEX triplet: 32, 9B and 31. RGB value is (50,155,49). Sum of RGB (Red+Green+Blue) = 50+155+49=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 155 (60.94% from 255 or 61.02% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 155 - color contains mainly: green. Hex color #329B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B31 is #CD64CE. Grayscale: #6F6F6F. Windows color (decimal): -13460687 or 3250994. OLE color: 3250994.

HSL color Cylindrical-coordinate representation of color #329B31: hue angle of 119.43º degrees, saturation: 0.52, 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 #329B31 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB5015549-
CMYK0.6800.680.39
HSL119.43º51.96%40%-
HSV(B)119.43º68.39%60.78%-
XYZ13.5924.346.89-
YUV111.5292.7184.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 155 (60.94% from 255) = 61.02%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=19.69%
G=61.02%
B=19.29%

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
Decimal50155490.6800.680.39119.4351.9640
Hex329B314404427773428
Octal62233611040104471676450
Binary110010100110111100011000100010001001001111110111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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