#329221

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

Shades of Forest Green #329221

Tints of Forest Green #329221

Color information

#329221 (or 0x329221) is unknown color: approx Forest Green. HEX triplet: 32, 92 and 21. RGB value is (50,146,33). Sum of RGB (Red+Green+Blue) = 50+146+33=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 146 (57.42% from 255 or 63.76% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 146 - color contains mainly: green. Hex color #329221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329221 is #CD6DDE. Grayscale: #686868. Windows color (decimal): -13463007 or 2200114. OLE color: 2200114.

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

Color convert

RGB5014633-
CMYK0.6600.770.43
HSL110.97º63.13%35.1%-
HSV(B)110.97º77.4%57.25%-
XYZ11.8721.354.93-
YUV104.4187.789.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 146 (57.42% from 255) = 63.76%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=21.83%
G=63.76%
B=14.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146330.6600.770.43110.9763.1335.1
Hex3292214204D2B6f3f23
Octal62222411020115531577743
Binary110010100100101000011000010010011011010111101111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329221; }

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

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

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

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

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

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

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

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