#208C26

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

Shades of Forest Green #208C26

Tints of Forest Green #208C26

Color information

#208C26 (or 0x208C26) is unknown color: approx Forest Green. HEX triplet: 20, 8C and 26. RGB value is (32,140,38). Sum of RGB (Red+Green+Blue) = 32+140+38=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 140 (55.08% from 255 or 66.67% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 140 - color contains mainly: green. Hex color #208C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208C26 is #DF73D9. Grayscale: #606060. Windows color (decimal): -14644186 or 2526240. OLE color: 2526240.

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

Color convert

RGB3214038-
CMYK0.7700.730.45
HSL123.33º62.79%33.73%-
HSV(B)123.33º77.14%54.9%-
XYZ10.3219.25-
YUV96.0895.2282.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 140 (55.08% from 255) = 66.67%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=15.24%
G=66.67%
B=18.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140380.7700.730.45123.3362.7933.73
Hex208C264D0492D7b3f22
Octal40214461150111551737742
Binary100000100011001001101001101010010011011011111011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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