#208518

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

Shades of Forest Green #208518

Tints of Forest Green #208518

Color information

#208518 (or 0x208518) is unknown color: approx Forest Green. HEX triplet: 20, 85 and 18. RGB value is (32,133,24). Sum of RGB (Red+Green+Blue) = 32+133+24=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #208518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208518 is #DF7AE7. Grayscale: #5A5A5A. Windows color (decimal): -14645992 or 1606944. OLE color: 1606944.

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

Color convert

RGB3213324-
CMYK0.7600.820.48
HSL115.6º69.43%30.78%-
HSV(B)115.6º81.95%52.16%-
XYZ9.1517.153.69-
YUV90.3890.5486.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 133 (52.34% from 255) = 70.37%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=16.93%
G=70.37%
B=12.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32133240.7600.820.48115.669.4330.78
Hex2085184C0523074451f
Octal402053011401226016410537
Binary10000010000101110001001100010100101100001110100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208518; }

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

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

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

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

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

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

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

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