Html Css Color HEX #328B2C Forest Green

📋 copy color: '#328B2C'

red 50 ◦ green 139 ◦ blue 44

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

Shades of Forest Green #328B2C

Tints of Forest Green #328B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 59.66%

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 21.46%
G = 59.66%
B = 18.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#328B2C (or 0x328B2C) is known color: Forest Green. HEX triplet: 32, 8B and 2C. RGB value is (50,139,44). Sum of RGB (Red+Green+Blue) = 50+139+44=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #328B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B2C is #CD74D3. Grayscale: #656565. Windows color (decimal): -13464788 or 2919218. OLE color: 2919218.

HSL color Cylindrical-coordinate representation of color #328B2C: hue angle of 116.21º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #328B2C is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 44 -
CMYK 0.64 0 0.68 0.45
HSL 116.21º 0.52% 0.36% -
HSV(B) 116.21º 0.68% 0.55% -
XYZ 11 19.33 5.53 -
YUV 101.56 95.51 91.22 -
System Red Green Blue C M Y K H S L
Decimal 50 139 44 0.64 0 0.68 0.45 116.21 0.52 0.36
Hex 32 8B 2C 40 0 44 2D 74 34 24
Octal 62 213 54 100 0 104 55 164 64 44
Binary 110010 10001011 101100 1000000 0 1000100 101101 1110100 110100 100100

Color Harmonies of #328B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B2C

Black with #328B2C

Text Example


Text Example

White with #328B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,139,44); }

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

background-color css

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

 a { background-color: rgb(50,139,44); }

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

border-color css

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

 span { border-color: rgb(50,139,44); }

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