#329432

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

Shades of Forest Green #329432

Tints of Forest Green #329432

Color information

#329432 (or 0x329432) is unknown color: approx Forest Green. HEX triplet: 32, 94 and 32. RGB value is (50,148,50). Sum of RGB (Red+Green+Blue) = 50+148+50=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #329432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329432 is #CD6BCD. Grayscale: #6B6B6B. Windows color (decimal): -13462478 or 3314738. OLE color: 3314738.

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

Color convert

RGB5014850-
CMYK0.6600.660.42
HSL120º49.49%38.82%-
HSV(B)120º66.22%58.04%-
XYZ12.4822.096.62-
YUV107.5395.5386.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 148 (58.20% from 255) = 59.68%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=20.16%
G=59.68%
B=20.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50148500.6600.660.4212049.4938.82
Hex329432420422A783127
Octal62224621020102521706147
Binary110010100101001100101000010010000101010101111000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329432; }

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

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

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

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

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

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

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

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