#329232

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

Shades of Forest Green #329232

Tints of Forest Green #329232

Color information

#329232 (or 0x329232) is unknown color: approx Forest Green. HEX triplet: 32, 92 and 32. RGB value is (50,146,50). Sum of RGB (Red+Green+Blue) = 50+146+50=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #329232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329232 is #CD6DCD. Grayscale: #6A6A6A. Windows color (decimal): -13462990 or 3314226. OLE color: 3314226.

HSL color Cylindrical-coordinate representation of color #329232: hue angle of 120º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329232 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB5014650-
CMYK0.6600.660.43
HSL120º48.98%38.43%-
HSV(B)120º65.75%57.25%-
XYZ12.1721.476.52-
YUV106.3596.287.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 146 (57.42% from 255) = 59.35%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=20.33%
G=59.35%
B=20.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146500.6600.660.4312048.9838.43
Hex329232420422B783126
Octal62222621020102531706146
Binary110010100100101100101000010010000101010111111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329232; }

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

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

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

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

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

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

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

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