Html Css Color HEX #328D2F Forest Green

📋 copy color: '#328D2F'

red 50 ◦ green 141 ◦ blue 47

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

Shades of Forest Green #328D2F

Tints of Forest Green #328D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 59.24%

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 21.01%
G = 59.24%
B = 19.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#328D2F (or 0x328D2F) is known color: Forest Green. HEX triplet: 32, 8D and 2F. RGB value is (50,141,47). Sum of RGB (Red+Green+Blue) = 50+141+47=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #328D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D2F is #CD72D0. Grayscale: #676767. Windows color (decimal): -13464273 or 3116338. OLE color: 3116338.

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

Color convert

RGB 50 141 47 -
CMYK 0.65 0 0.67 0.45
HSL 118.09º 0.5% 0.37% -
HSV(B) 118.09º 0.67% 0.55% -
XYZ 11.35 19.93 5.94 -
YUV 103.08 96.35 90.14 -
System Red Green Blue C M Y K H S L
Decimal 50 141 47 0.65 0 0.67 0.45 118.09 0.5 0.37
Hex 32 8D 2F 41 0 43 2D 76 32 25
Octal 62 215 57 101 0 103 55 166 62 45
Binary 110010 10001101 101111 1000001 0 1000011 101101 1110110 110010 100101

Color Harmonies of #328D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D2F

Black with #328D2F

Text Example


Text Example

White with #328D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,141,47); }

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

background-color css

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

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

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

border-color css

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

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

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