#329B21

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

Shades of Forest Green #329B21

Tints of Forest Green #329B21

Color information

#329B21 (or 0x329B21) is unknown color: approx Forest Green. HEX triplet: 32, 9B and 21. RGB value is (50,155,33). Sum of RGB (Red+Green+Blue) = 50+155+33=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #329B21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B21 is #CD64DE. Grayscale: #6E6E6E. Windows color (decimal): -13460703 or 2202418. OLE color: 2202418.

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

Color convert

RGB5015533-
CMYK0.6800.790.39
HSL111.64º64.89%36.86%-
HSV(B)111.64º78.71%60.78%-
XYZ13.3124.235.41-
YUV109.784.7185.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 155 (60.94% from 255) = 65.13%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=21.01%
G=65.13%
B=13.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155330.6800.790.39111.6464.8936.86
Hex329B214404F27704125
Octal622334110401174716010145
Binary1100101001101110000110001000100111110011111100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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