#328D27

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

Shades of Forest Green #328D27

Tints of Forest Green #328D27

Color information

#328D27 (or 0x328D27) is unknown color: approx Forest Green. HEX triplet: 32, 8D and 27. RGB value is (50,141,39). Sum of RGB (Red+Green+Blue) = 50+141+39=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #328D27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D27 is #CD72D8. Grayscale: #666666. Windows color (decimal): -13464281 or 2592050. OLE color: 2592050.

HSL color Cylindrical-coordinate representation of color #328D27: hue angle of 113.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328D27 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB5014139-
CMYK0.6500.720.45
HSL113.53º56.67%35.29%-
HSV(B)113.53º72.34%55.29%-
XYZ11.2119.875.16-
YUV102.1692.3590.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 141 (55.47% from 255) = 61.30%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=21.74%
G=61.30%
B=16.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50141390.6500.720.45113.5356.6735.29
Hex328D27410482D723923
Octal62215471010110551627143
Binary110010100011011001111000001010010001011011110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328D27; }

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

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

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

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

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

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

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

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