Html Css Color HEX #328C2B Forest Green

📋 copy color: '#328C2B'

red 50 ◦ green 140 ◦ blue 43

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

Shades of Forest Green #328C2B

Tints of Forest Green #328C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 60.09%

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 21.46%
G = 60.09%
B = 18.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#328C2B (or 0x328C2B) is known color: Forest Green. HEX triplet: 32, 8C and 2B. RGB value is (50,140,43). Sum of RGB (Red+Green+Blue) = 50+140+43=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #328C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C2B is #CD73D4. Grayscale: #666666. Windows color (decimal): -13464533 or 2853938. OLE color: 2853938.

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

Color convert

RGB 50 140 43 -
CMYK 0.64 0 0.69 0.45
HSL 115.67º 0.53% 0.36% -
HSV(B) 115.67º 0.69% 0.55% -
XYZ 11.13 19.61 5.48 -
YUV 102.03 94.68 90.89 -
System Red Green Blue C M Y K H S L
Decimal 50 140 43 0.64 0 0.69 0.45 115.67 0.53 0.36
Hex 32 8C 2B 40 0 45 2D 74 35 24
Octal 62 214 53 100 0 105 55 164 65 44
Binary 110010 10001100 101011 1000000 0 1000101 101101 1110100 110101 100100

Color Harmonies of #328C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C2B

Black with #328C2B

Text Example


Text Example

White with #328C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,43); }

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

background-color css

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

 a { background-color: rgb(50,140,43); }

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

border-color css

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

 span { border-color: rgb(50,140,43); }

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