Html Css Color HEX #328B2B Forest Green

📋 copy color: '#328B2B'

red 50 ◦ green 139 ◦ blue 43

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

Shades of Forest Green #328B2B

Tints of Forest Green #328B2B

RGB

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

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

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

R = 21.55%
G = 59.91%
B = 18.53%

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

#328B2B (or 0x328B2B) is known color: Forest Green. HEX triplet: 32, 8B and 2B. RGB value is (50,139,43). Sum of RGB (Red+Green+Blue) = 50+139+43=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #328B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B2B is #CD74D4. Grayscale: #656565. Windows color (decimal): -13464789 or 2853682. OLE color: 2853682.

HSL color Cylindrical-coordinate representation of color #328B2B: hue angle of 115.62º 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 #328B2B is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 43 -
CMYK 0.64 0 0.69 0.45
HSL 115.63º 0.53% 0.36% -
HSV(B) 115.63º 0.69% 0.55% -
XYZ 10.98 19.32 5.44 -
YUV 101.45 95.01 91.31 -
System Red Green Blue C M Y K H S L
Decimal 50 139 43 0.64 0 0.69 0.45 115.63 0.53 0.36
Hex 32 8B 2B 40 0 45 2D 74 35 24
Octal 62 213 53 100 0 105 55 164 65 44
Binary 110010 10001011 101011 1000000 0 1000101 101101 1110100 110101 100100

Color Harmonies of #328B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B2B

Black with #328B2B

Text Example


Text Example

White with #328B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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