#208D03

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

Shades of Forest Green #208D03

Tints of Forest Green #208D03

Color information

#208D03 (or 0x208D03) is unknown color: approx Forest Green. HEX triplet: 20, 8D and 03. RGB value is (32,141,3). Sum of RGB (Red+Green+Blue) = 32+141+3=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 141 (55.47% from 255 or 80.11% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 141 - color contains mainly: green. Hex color #208D03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208D03 is #DF72FC. Grayscale: #5D5D5D. Windows color (decimal): -14643965 or 232736. OLE color: 232736.

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

Color convert

RGB321413-
CMYK0.7700.980.45
HSL107.39º95.83%28.24%-
HSV(B)107.39º97.87%55.29%-
XYZ10.1419.363.29-
YUV92.6877.3984.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 141 (55.47% from 255) = 80.11%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=18.18%
G=80.11%
B=1.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3214130.7700.980.45107.3995.8328.24
Hex208D34D0622D6b601c
Octal40215311501425515314034
Binary10000010001101111001101011000101011011101011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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