#208526

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

Shades of Forest Green #208526

Tints of Forest Green #208526

Color information

#208526 (or 0x208526) is unknown color: approx Forest Green. HEX triplet: 20, 85 and 26. RGB value is (32,133,38). Sum of RGB (Red+Green+Blue) = 32+133+38=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #208526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208526 is #DF7AD9. Grayscale: #5C5C5C. Windows color (decimal): -14645978 or 2524448. OLE color: 2524448.

HSL color Cylindrical-coordinate representation of color #208526: hue angle of 123.56º 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 #208526 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB3213338-
CMYK0.7600.710.48
HSL123.56º61.21%32.35%-
HSV(B)123.56º75.94%52.16%-
XYZ9.3317.224.67-
YUV91.9797.5485.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 133 (52.34% from 255) = 65.52%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=15.76%
G=65.52%
B=18.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32133380.7600.710.48123.5661.2132.35
Hex2085264C047307c3d20
Octal40205461140107601747540
Binary100000100001011001101001100010001111100001111100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208526; }

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

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

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

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

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

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

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

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