#208416

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

Shades of Forest Green #208416

Tints of Forest Green #208416

Color information

#208416 (or 0x208416) is unknown color: approx Forest Green. HEX triplet: 20, 84 and 16. RGB value is (32,132,22). Sum of RGB (Red+Green+Blue) = 32+132+22=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #208416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208416 is #DF7BE9. Grayscale: #595959. Windows color (decimal): -14646250 or 1475616. OLE color: 1475616.

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

Color convert

RGB3213222-
CMYK0.7600.830.48
HSL114.55º71.43%30.2%-
HSV(B)114.55º83.33%51.76%-
XYZ8.9916.873.54-
YUV89.5689.8786.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 132 (51.95% from 255) = 70.97%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=17.20%
G=70.97%
B=11.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32132220.7600.830.48114.5571.4330.2
Hex2084164C0533073471e
Octal402042611401236016310736
Binary10000010000100101101001100010100111100001110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208416; }

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

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

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

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

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

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

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

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