Html Css Color HEX #329532 Forest Green

📋 copy color: '#329532'

red 50 ◦ green 149 ◦ blue 50

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

Shades of Forest Green #329532

Tints of Forest Green #329532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.84%

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

R = 20.08%
G = 59.84%
B = 20.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#329532 (or 0x329532) is known color: Forest Green. HEX triplet: 32, 95 and 32. RGB value is (50,149,50). Sum of RGB (Red+Green+Blue) = 50+149+50=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #329532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329532 is #CD6ACD. Grayscale: #6C6C6C. Windows color (decimal): -13462222 or 3314994. OLE color: 3314994.

HSL color Cylindrical-coordinate representation of color #329532: hue angle of 120º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329532 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 50 -
CMYK 0.66 0 0.66 0.42
HSL 120º 0.5% 0.39% -
HSV(B) 120º 0.66% 0.58% -
XYZ 12.64 22.4 6.68 -
YUV 108.11 95.2 86.55 -
System Red Green Blue C M Y K H S L
Decimal 50 149 50 0.66 0 0.66 0.42 120 0.5 0.39
Hex 32 95 32 42 0 42 2A 78 32 27
Octal 62 225 62 102 0 102 52 170 62 47
Binary 110010 10010101 110010 1000010 0 1000010 101010 1111000 110010 100111

Color Harmonies of #329532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329532

Black with #329532

Text Example


Text Example

White with #329532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329532; }

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

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

background-color css

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

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

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

border-color css

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

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

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