#208524

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

Shades of Forest Green #208524

Tints of Forest Green #208524

Color information

#208524 (or 0x208524) is unknown color: approx Forest Green. HEX triplet: 20, 85 and 24. RGB value is (32,133,36). Sum of RGB (Red+Green+Blue) = 32+133+36=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #208524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208524 is #DF7ADB. Grayscale: #5C5C5C. Windows color (decimal): -14645980 or 2393376. OLE color: 2393376.

HSL color Cylindrical-coordinate representation of color #208524: hue angle of 122.38º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208524 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB3213336-
CMYK0.7600.730.48
HSL122.38º61.21%32.35%-
HSV(B)122.38º75.94%52.16%-
XYZ9.317.214.5-
YUV91.7496.5485.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 133 (52.34% from 255) = 66.17%
BLUE value IS 36 (14.45% from 255) = 17.91%
R=15.92%
G=66.17%
B=17.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32133360.7600.730.48122.3861.2132.35
Hex2085244C049307a3d20
Octal40205441140111601727540
Binary100000100001011001001001100010010011100001111010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208524; }

 p { color: rgb(32,133,36); }

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

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

 a { background-color: rgb(32,133,36); }

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

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

 span { border-color: rgb(32,133,36); }

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