#208211

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

Shades of Forest Green #208211

Tints of Forest Green #208211

Color information

#208211 (or 0x208211) is unknown color: approx Forest Green. HEX triplet: 20, 82 and 11. RGB value is (32,130,17). Sum of RGB (Red+Green+Blue) = 32+130+17=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #208211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208211 is #DF7DEE. Grayscale: #585858. Windows color (decimal): -14646767 or 1147424. OLE color: 1147424.

HSL color Cylindrical-coordinate representation of color #208211: hue angle of 112.04º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #208211 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB3213017-
CMYK0.7500.870.49
HSL112.04º76.87%28.82%-
HSV(B)112.04º86.92%50.98%-
XYZ8.6816.313.22-
YUV87.8288.0388.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 130 (51.17% from 255) = 72.63%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=17.88%
G=72.63%
B=9.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130170.7500.870.49112.0476.8728.82
Hex2082114B05731704d1d
Octal402022111301276116011535
Binary10000010000010100011001011010101111100011110000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208211; }

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

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

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

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

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

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

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

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