Html Css Color HEX #328D32 Forest Green

📋 copy color: '#328D32'

red 50 ◦ green 141 ◦ blue 50

#328D32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #328D32

Tints of Forest Green #328D32

RGB

 RED value IS 50 (19.92% from 255) = 20.75%

 GREEN value IS 141 (55.47% from 255) = 58.51%

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 20.75%
G = 58.51%
B = 20.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#328D32 (or 0x328D32) is known color: Forest Green. HEX triplet: 32, 8D and 32. RGB value is (50,141,50). Sum of RGB (Red+Green+Blue) = 50+141+50=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #328D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D32 is #CD72CD. Grayscale: #676767. Windows color (decimal): -13464270 or 3312946. OLE color: 3312946.

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

Color convert

RGB 50 141 50 -
CMYK 0.65 0 0.65 0.45
HSL 120º 0.48% 0.37% -
HSV(B) 120º 0.65% 0.55% -
XYZ 11.42 19.96 6.27 -
YUV 103.42 97.85 89.9 -
System Red Green Blue C M Y K H S L
Decimal 50 141 50 0.65 0 0.65 0.45 120 0.48 0.37
Hex 32 8D 32 41 0 41 2D 78 30 25
Octal 62 215 62 101 0 101 55 170 60 45
Binary 110010 10001101 110010 1000001 0 1000001 101101 1111000 110000 100101

Color Harmonies of #328D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D32

Black with #328D32

Text Example


Text Example

White with #328D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #328D32;
 }
 .AnyTagClassName
 {
   color: #328D32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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