Html Css Color HEX #328C32 Forest Green

📋 copy color: '#328C32'

red 50 ◦ green 140 ◦ blue 50

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

Shades of Forest Green #328C32

Tints of Forest Green #328C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.33%

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

R = 20.83%
G = 58.33%
B = 20.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#328C32 (or 0x328C32) is known color: Forest Green. HEX triplet: 32, 8C and 32. RGB value is (50,140,50). Sum of RGB (Red+Green+Blue) = 50+140+50=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 140 (55.08% from 255 or 58.33% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 140 - color contains mainly: green. Hex color #328C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C32 is #CD73CD. Grayscale: #676767. Windows color (decimal): -13464526 or 3312690. OLE color: 3312690.

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

Color convert

RGB 50 140 50 -
CMYK 0.64 0 0.64 0.45
HSL 120º 0.47% 0.37% -
HSV(B) 120º 0.64% 0.55% -
XYZ 11.27 19.66 6.22 -
YUV 102.83 98.18 90.32 -
System Red Green Blue C M Y K H S L
Decimal 50 140 50 0.64 0 0.64 0.45 120 0.47 0.37
Hex 32 8C 32 40 0 40 2D 78 2F 25
Octal 62 214 62 100 0 100 55 170 57 45
Binary 110010 10001100 110010 1000000 0 1000000 101101 1111000 101111 100101

Color Harmonies of #328C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C32

Black with #328C32

Text Example


Text Example

White with #328C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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