Html Css Color HEX #329131 Forest Green

📋 copy color: '#329131'

red 50 ◦ green 145 ◦ blue 49

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

Shades of Forest Green #329131

Tints of Forest Green #329131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.43%

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 20.49%
G = 59.43%
B = 20.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#329131 (or 0x329131) is known color: Forest Green. HEX triplet: 32, 91 and 31. RGB value is (50,145,49). Sum of RGB (Red+Green+Blue) = 50+145+49=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #329131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329131 is #CD6ECE. Grayscale: #696969. Windows color (decimal): -13463247 or 3248434. OLE color: 3248434.

HSL color Cylindrical-coordinate representation of color #329131: hue angle of 119.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329131 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 49 -
CMYK 0.66 0 0.66 0.43
HSL 119.38º 0.49% 0.38% -
HSV(B) 119.38º 0.66% 0.57% -
XYZ 12 21.15 6.36 -
YUV 105.65 96.03 88.31 -
System Red Green Blue C M Y K H S L
Decimal 50 145 49 0.66 0 0.66 0.43 119.38 0.49 0.38
Hex 32 91 31 42 0 42 2B 77 31 26
Octal 62 221 61 102 0 102 53 167 61 46
Binary 110010 10010001 110001 1000010 0 1000010 101011 1110111 110001 100110

Color Harmonies of #329131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329131

Black with #329131

Text Example


Text Example

White with #329131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329131; }

 p { color: rgb(50,145,49); }

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

background-color css

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

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

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

border-color css

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

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

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