Html Css Color HEX #328C26 Forest Green

📋 copy color: '#328C26'

red 50 ◦ green 140 ◦ blue 38

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

Shades of Forest Green #328C26

Tints of Forest Green #328C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 21.93%
G = 61.4%
B = 16.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#328C26 (or 0x328C26) is known color: Forest Green. HEX triplet: 32, 8C and 26. RGB value is (50,140,38). Sum of RGB (Red+Green+Blue) = 50+140+38=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #328C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C26 is #CD73D9. Grayscale: #656565. Windows color (decimal): -13464538 or 2526258. OLE color: 2526258.

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

Color convert

RGB 50 140 38 -
CMYK 0.64 0 0.73 0.45
HSL 112.94º 0.57% 0.35% -
HSV(B) 112.94º 0.73% 0.55% -
XYZ 11.04 19.57 5.03 -
YUV 101.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 50 140 38 0.64 0 0.73 0.45 112.94 0.57 0.35
Hex 32 8C 26 40 0 49 2D 71 39 23
Octal 62 214 46 100 0 111 55 161 71 43
Binary 110010 10001100 100110 1000000 0 1001001 101101 1110001 111001 100011

Color Harmonies of #328C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C26

Black with #328C26

Text Example


Text Example

White with #328C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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