#208420

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

Shades of Forest Green #208420

Tints of Forest Green #208420

Color information

#208420 (or 0x208420) is unknown color: approx Forest Green. HEX triplet: 20, 84 and 20. RGB value is (32,132,32). Sum of RGB (Red+Green+Blue) = 32+132+32=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #208420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208420 is #DF7BDF. Grayscale: #5A5A5A. Windows color (decimal): -14646240 or 2130976. OLE color: 2130976.

HSL color Cylindrical-coordinate representation of color #208420: hue angle of 120º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208420 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB3213232-
CMYK0.7600.760.48
HSL120º60.98%32.16%-
HSV(B)120º75.76%51.76%-
XYZ9.1116.914.15-
YUV90.794.8786.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 132 (51.95% from 255) = 67.35%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=16.33%
G=67.35%
B=16.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32132320.7600.760.4812060.9832.16
Hex2084204C04C30783d20
Octal40204401140114601707540
Binary100000100001001000001001100010011001100001111000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208420; }

 p { color: rgb(32,132,32); }

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

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

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

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

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

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

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