#32952E

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

Shades of Forest Green #32952E

Tints of Forest Green #32952E

Color information

#32952E (or 0x32952E) is unknown color: approx Forest Green. HEX triplet: 32, 95 and 2E. RGB value is (50,149,46). Sum of RGB (Red+Green+Blue) = 50+149+46=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #32952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32952E is #CD6AD1. Grayscale: #6B6B6B. Windows color (decimal): -13462226 or 3052850. OLE color: 3052850.

HSL color Cylindrical-coordinate representation of color #32952E: hue angle of 117.67º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32952E is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB5014946-
CMYK0.6600.690.42
HSL117.67º52.82%38.24%-
HSV(B)117.67º69.13%58.43%-
XYZ12.5622.376.24-
YUV107.6693.286.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 149 (58.59% from 255) = 60.82%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=20.41%
G=60.82%
B=18.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149460.6600.690.42117.6752.8238.24
Hex32952E420452A763526
Octal62225561020105521666546
Binary110010100101011011101000010010001011010101110110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32952E; }

 p { color: rgb(50,149,46); }

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

<style>
 a { background-color: #32952E; }

 a { background-color: rgb(50,149,46); }

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

<style>
 span { border-color: #32952E; }

 span { border-color: rgb(50,149,46); }

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