#358D32

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

Shades of Forest Green #358D32

Tints of Forest Green #358D32

Color information

#358D32 (or 0x358D32) is unknown color: approx Forest Green. HEX triplet: 35, 8D and 32. RGB value is (53,141,50). Sum of RGB (Red+Green+Blue) = 53+141+50=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #358D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D32 is #CA72CD. Grayscale: #686868. Windows color (decimal): -13267662 or 3312949. OLE color: 3312949.

HSL color Cylindrical-coordinate representation of color #358D32: hue angle of 118.02º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358D32 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB5314150-
CMYK0.6200.650.45
HSL118.02º47.64%37.45%-
HSV(B)118.02º64.54%55.29%-
XYZ11.5720.046.28-
YUV104.3197.3591.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 141 (55.47% from 255) = 57.79%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=21.72%
G=57.79%
B=20.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141500.6200.650.45118.0247.6437.45
Hex358D323E0412D763025
Octal6521562760101551666045
Binary11010110001101110010111110010000011011011110110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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