#328C2B

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

Shades of Forest Green #328C2B

Tints of Forest Green #328C2B

Color information

#328C2B (or 0x328C2B) is unknown color: approx Forest Green. HEX triplet: 32, 8C and 2B. RGB value is (50,140,43). Sum of RGB (Red+Green+Blue) = 50+140+43=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #328C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C2B is #CD73D4. Grayscale: #666666. Windows color (decimal): -13464533 or 2853938. OLE color: 2853938.

HSL color Cylindrical-coordinate representation of color #328C2B: hue angle of 115.67º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328C2B is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB5014043-
CMYK0.6400.690.45
HSL115.67º53.01%35.88%-
HSV(B)115.67º69.29%54.9%-
XYZ11.1319.615.48-
YUV102.0394.6890.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 140 (55.08% from 255) = 60.09%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=21.46%
G=60.09%
B=18.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50140430.6400.690.45115.6753.0135.88
Hex328C2B400452D743524
Octal62214531000105551646544
Binary110010100011001010111000000010001011011011110100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,140,43); }

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

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

 a { background-color: rgb(50,140,43); }

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

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

 span { border-color: rgb(50,140,43); }

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