#329B3A

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

Shades of Forest Green #329B3A

Tints of Forest Green #329B3A

Color information

#329B3A (or 0x329B3A) is unknown color: approx Forest Green. HEX triplet: 32, 9B and 3A. RGB value is (50,155,58). Sum of RGB (Red+Green+Blue) = 50+155+58=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #329B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B3A is #CD64C5. Grayscale: #707070. Windows color (decimal): -13460678 or 3840818. OLE color: 3840818.

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

Color convert

RGB5015558-
CMYK0.6800.630.39
HSL124.57º51.22%40.2%-
HSV(B)124.57º67.74%60.78%-
XYZ13.824.437.99-
YUV112.5597.2183.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 155 (60.94% from 255) = 58.94%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=19.01%
G=58.94%
B=22.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155580.6800.630.39124.5751.2240.2
Hex329B3A4403F277d3328
Octal6223372104077471756350
Binary11001010011011111010100010001111111001111111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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