#329F21

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

Shades of Forest Green #329F21

Tints of Forest Green #329F21

Color information

#329F21 (or 0x329F21) is unknown color: approx Forest Green. HEX triplet: 32, 9F and 21. RGB value is (50,159,33). Sum of RGB (Red+Green+Blue) = 50+159+33=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #329F21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F21 is #CD60DE. Grayscale: #707070. Windows color (decimal): -13459679 or 2203442. OLE color: 2203442.

HSL color Cylindrical-coordinate representation of color #329F21: hue angle of 111.9º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329F21 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB5015933-
CMYK0.6900.790.38
HSL111.9º65.62%37.65%-
HSV(B)111.9º79.25%62.35%-
XYZ13.9925.585.64-
YUV112.0483.3983.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 159 (62.5% from 255) = 65.70%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=20.66%
G=65.70%
B=13.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50159330.6900.790.38111.965.6237.65
Hex329F214504F26704226
Octal622374110501174616010246
Binary1100101001111110000110001010100111110011011100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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