#32963C

Color #32963C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #32963C

Tints of Forest Green #32963C

Color information

#32963C (or 0x32963C) is unknown color: approx Forest Green. HEX triplet: 32, 96 and 3C. RGB value is (50,150,60). Sum of RGB (Red+Green+Blue) = 50+150+60=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #32963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32963C is #CD69C3. Grayscale: #6E6E6E. Windows color (decimal): -13461956 or 3970610. OLE color: 3970610.

HSL color Cylindrical-coordinate representation of color #32963C: hue angle of 126º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32963C is Cyan = 0.67, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB5015060-
CMYK0.6700.60.41
HSL126º50%39.22%-
HSV(B)126º66.67%58.82%-
XYZ13.0422.827.99-
YUV109.8499.8785.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 150 (58.98% from 255) = 57.69%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=19.23%
G=57.69%
B=23.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150600.6700.60.411265039.22
Hex32963C4303C297e3227
Octal6222674103074511766247
Binary11001010010110111100100001101111001010011111110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32963C; }

 p { color: rgb(50,150,60); }

 H1.HeaderClassName
 {
   color: #32963C;
 }
 .AnyTagClassName
 {
   color: #32963C;
 }
</style>
background-color css

<style>
 a { background-color: #32963C; }

 a { background-color: rgb(50,150,60); }

 div.DivClassName
 {
   background-color: #32963C;
 }
 .BgClassName
 {
   background-color: #32963C;
 }
</style>
border-color css

<style>
 span { border-color: #32963C; }

 span { border-color: rgb(50,150,60); }

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