Html Css Color HEX #328A28 Forest Green

📋 copy color: '#328A28'

red 50 ◦ green 138 ◦ blue 40

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

Shades of Forest Green #328A28

Tints of Forest Green #328A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 60.53%

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

R = 21.93%
G = 60.53%
B = 17.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#328A28 (or 0x328A28) is known color: Forest Green. HEX triplet: 32, 8A and 28. RGB value is (50,138,40). Sum of RGB (Red+Green+Blue) = 50+138+40=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #328A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A28 is #CD75D7. Grayscale: #646464. Windows color (decimal): -13465048 or 2656818. OLE color: 2656818.

HSL color Cylindrical-coordinate representation of color #328A28: hue angle of 113.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328A28 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 138 40 -
CMYK 0.64 0 0.71 0.46
HSL 113.88º 0.55% 0.35% -
HSV(B) 113.88º 0.71% 0.54% -
XYZ 10.79 19.01 5.11 -
YUV 100.52 93.85 91.97 -
System Red Green Blue C M Y K H S L
Decimal 50 138 40 0.64 0 0.71 0.46 113.88 0.55 0.35
Hex 32 8A 28 40 0 47 2E 72 37 23
Octal 62 212 50 100 0 107 56 162 67 43
Binary 110010 10001010 101000 1000000 0 1000111 101110 1110010 110111 100011

Color Harmonies of #328A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A28

Black with #328A28

Text Example


Text Example

White with #328A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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