#208C13

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

Shades of Forest Green #208C13

Tints of Forest Green #208C13

Color information

#208C13 (or 0x208C13) is unknown color: approx Forest Green. HEX triplet: 20, 8C and 13. RGB value is (32,140,19). Sum of RGB (Red+Green+Blue) = 32+140+19=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 140 (55.08% from 255 or 73.30% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 140 - color contains mainly: green. Hex color #208C13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208C13 is #DF73EC. Grayscale: #5E5E5E. Windows color (decimal): -14644205 or 1281056. OLE color: 1281056.

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

Color convert

RGB3214019-
CMYK0.7700.860.45
HSL113.55º76.1%31.18%-
HSV(B)113.55º86.43%54.9%-
XYZ10.0919.113.77-
YUV93.9185.7283.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 140 (55.08% from 255) = 73.30%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=16.75%
G=73.30%
B=9.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140190.7700.860.45113.5576.131.18
Hex208C134D0562D724c1f
Octal402142311501265516211437
Binary10000010001100100111001101010101101011011110010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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