#329f27

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

Shades of Forest Green #329F27

Tints of Forest Green #329F27

Color information

#329F27 (or 0x329F27) is unknown color: approx Forest Green. HEX triplet: 32, 9F and 27. RGB value is (50,159,39). Sum of RGB (Red+Green+Blue) = 50+159+39=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 159 (62.5% from 255 or 64.11% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 159 - color contains mainly: green. Hex color #329F27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F27 is #CD60D8. Grayscale: #717171. Windows color (decimal): -13459673 or 2596658. OLE color: 2596658.

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

Color convert

RGB5015939-
CMYK0.6900.750.38
HSL114.5º60.61%38.82%-
HSV(B)114.5º75.47%62.35%-
XYZ14.0825.626.12-
YUV112.7386.3983.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 159 (62.5% from 255) = 64.11%
BLUE value IS 39 (15.62% from 255) = 15.73%
R=20.16%
G=64.11%
B=15.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50159390.6900.750.38114.560.6138.82
Hex329F274504B26723d27
Octal62237471050113461627547
Binary110010100111111001111000101010010111001101110010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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