Html Css Color HEX #329134 Forest Green

📋 copy color: '#329134'

red 50 ◦ green 145 ◦ blue 52

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

Shades of Forest Green #329134

Tints of Forest Green #329134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 20.24%
G = 58.7%
B = 21.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#329134 (or 0x329134) is known color: Forest Green. HEX triplet: 32, 91 and 34. RGB value is (50,145,52). Sum of RGB (Red+Green+Blue) = 50+145+52=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #329134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329134 is #CD6ECB. Grayscale: #6A6A6A. Windows color (decimal): -13463244 or 3445042. OLE color: 3445042.

HSL color Cylindrical-coordinate representation of color #329134: hue angle of 121.26º 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 #329134 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 52 -
CMYK 0.66 0 0.64 0.43
HSL 121.26º 0.49% 0.38% -
HSV(B) 121.26º 0.66% 0.57% -
XYZ 12.06 21.18 6.7 -
YUV 105.99 97.53 88.06 -
System Red Green Blue C M Y K H S L
Decimal 50 145 52 0.66 0 0.64 0.43 121.26 0.49 0.38
Hex 32 91 34 42 0 40 2B 79 31 26
Octal 62 221 64 102 0 100 53 171 61 46
Binary 110010 10010001 110100 1000010 0 1000000 101011 1111001 110001 100110

Color Harmonies of #329134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329134

Black with #329134

Text Example


Text Example

White with #329134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329134; }

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

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

background-color css

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

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

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

border-color css

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

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

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