#208C00

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

Shades of Forest Green #208C00

Tints of Forest Green #208C00

Color information

#208C00 (or 0x208C00) is unknown color: approx Forest Green. HEX triplet: 20, 8C and 00. RGB value is (32,140,0). Sum of RGB (Red+Green+Blue) = 32+140+0=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 140 (55.08% from 255 or 81.40% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 140 - color contains mainly: green. Hex color #208C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208C00 is #DF73FF. Grayscale: #5C5C5C. Windows color (decimal): -14644224 or 35872. OLE color: 35872.

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

Color convert

RGB321400-
CMYK0.77010.45
HSL106.29º100%27.45%-
HSV(B)106.29º100%54.9%-
XYZ9.9719.063.15-
YUV91.7576.2285.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 140 (55.08% from 255) = 81.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.60%
G=81.40%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3214000.77010.45106.2910027.45
Hex208C04D0642D6a641b
Octal40214011501445515214433
Binary1000001000110001001101011001001011011101010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,140,0); }

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

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

 a { background-color: rgb(32,140,0); }

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

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

 span { border-color: rgb(32,140,0); }

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