#208D11

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

Shades of Forest Green #208D11

Tints of Forest Green #208D11

Color information

#208D11 (or 0x208D11) is unknown color: approx Forest Green. HEX triplet: 20, 8D and 11. RGB value is (32,141,17). Sum of RGB (Red+Green+Blue) = 32+141+17=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #208D11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208D11 is #DF72EE. Grayscale: #5E5E5E. Windows color (decimal): -14643951 or 1150240. OLE color: 1150240.

HSL color Cylindrical-coordinate representation of color #208D11: hue angle of 112.74º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #208D11 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB3214117-
CMYK0.7700.880.45
HSL112.74º78.48%30.98%-
HSV(B)112.74º87.94%55.29%-
XYZ10.2219.43.74-
YUV94.2784.3983.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 141 (55.47% from 255) = 74.21%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=16.84%
G=74.21%
B=8.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32141170.7700.880.45112.7478.4830.98
Hex208D114D0582D714e1f
Octal402152111501305516111637
Binary10000010001101100011001101010110001011011110001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208D11; }

 p { color: rgb(32,141,17); }

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

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

 a { background-color: rgb(32,141,17); }

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

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

 span { border-color: rgb(32,141,17); }

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