#358E32

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

Shades of Forest Green #358E32

Tints of Forest Green #358E32

Color information

#358E32 (or 0x358E32) is unknown color: approx Forest Green. HEX triplet: 35, 8E and 32. RGB value is (53,142,50). Sum of RGB (Red+Green+Blue) = 53+142+50=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #358E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358E32 is #CA71CD. Grayscale: #696969. Windows color (decimal): -13267406 or 3313205. OLE color: 3313205.

HSL color Cylindrical-coordinate representation of color #358E32: hue angle of 118.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358E32 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB5314250-
CMYK0.6300.650.44
HSL118.04º47.92%37.65%-
HSV(B)118.04º64.79%55.69%-
XYZ11.7220.336.32-
YUV104.997.0190.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 142 (55.86% from 255) = 57.96%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=21.63%
G=57.96%
B=20.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53142500.6300.650.44118.0447.9237.65
Hex358E323F0412C763026
Octal6521662770101541666046
Binary11010110001110110010111111010000011011001110110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358E32; }

 p { color: rgb(53,142,50); }

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

<style>
 a { background-color: #358E32; }

 a { background-color: rgb(53,142,50); }

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

<style>
 span { border-color: #358E32; }

 span { border-color: rgb(53,142,50); }

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