Html Css Color HEX #328D28 Forest Green

📋 copy color: '#328D28'

red 50 ◦ green 141 ◦ blue 40

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

Shades of Forest Green #328D28

Tints of Forest Green #328D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 21.65%
G = 61.04%
B = 17.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#328D28 (or 0x328D28) is known color: Forest Green. HEX triplet: 32, 8D and 28. RGB value is (50,141,40). Sum of RGB (Red+Green+Blue) = 50+141+40=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 141 (55.47% from 255 or 61.04% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 141 - color contains mainly: green. Hex color #328D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D28 is #CD72D7. Grayscale: #666666. Windows color (decimal): -13464280 or 2657586. OLE color: 2657586.

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

Color convert

RGB 50 141 40 -
CMYK 0.65 0 0.72 0.45
HSL 114.06º 0.56% 0.35% -
HSV(B) 114.06º 0.72% 0.55% -
XYZ 11.22 19.88 5.25 -
YUV 102.28 92.85 90.71 -
System Red Green Blue C M Y K H S L
Decimal 50 141 40 0.65 0 0.72 0.45 114.06 0.56 0.35
Hex 32 8D 28 41 0 48 2D 72 38 23
Octal 62 215 50 101 0 110 55 162 70 43
Binary 110010 10001101 101000 1000001 0 1001000 101101 1110010 111000 100011

Color Harmonies of #328D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D28

Black with #328D28

Text Example


Text Example

White with #328D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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