Html Css Color HEX #329A2A Forest Green

📋 copy color: '#329A2A'

red 50 ◦ green 154 ◦ blue 42

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

Shades of Forest Green #329A2A

Tints of Forest Green #329A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 62.6%

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 20.33%
G = 62.6%
B = 17.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#329A2A (or 0x329A2A) is known color: Forest Green. HEX triplet: 32, 9A and 2A. RGB value is (50,154,42). Sum of RGB (Red+Green+Blue) = 50+154+42=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 154 (60.55% from 255 or 62.60% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 154 - color contains mainly: green. Hex color #329A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A2A is #CD65D5. Grayscale: #6E6E6E. Windows color (decimal): -13460950 or 2791986. OLE color: 2791986.

HSL color Cylindrical-coordinate representation of color #329A2A: hue angle of 115.71º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329A2A is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 154 42 -
CMYK 0.68 0 0.73 0.40
HSL 115.71º 0.57% 0.38% -
HSV(B) 115.71º 0.73% 0.6% -
XYZ 13.29 23.96 6.11 -
YUV 110.14 89.54 85.11 -
System Red Green Blue C M Y K H S L
Decimal 50 154 42 0.68 0 0.73 0.40 115.71 0.57 0.38
Hex 32 9A 2A 44 0 49 28 74 39 26
Octal 62 232 52 104 0 111 50 164 71 46
Binary 110010 10011010 101010 1000100 0 1001001 101000 1110100 111001 100110

Color Harmonies of #329A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A2A

Black with #329A2A

Text Example


Text Example

White with #329A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329A2A; }

 p { color: rgb(50,154,42); }

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

background-color css

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

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

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

border-color css

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

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

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