#208316

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

Shades of Forest Green #208316

Tints of Forest Green #208316

Color information

#208316 (or 0x208316) is unknown color: approx Forest Green. HEX triplet: 20, 83 and 16. RGB value is (32,131,22). Sum of RGB (Red+Green+Blue) = 32+131+22=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #208316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208316 is #DF7CE9. Grayscale: #595959. Windows color (decimal): -14646506 or 1475360. OLE color: 1475360.

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

Color convert

RGB3213122-
CMYK0.7600.830.49
HSL114.5º71.24%30%-
HSV(B)114.5º83.21%51.37%-
XYZ8.8616.63.5-
YUV88.9790.287.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 131 (51.56% from 255) = 70.81%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=17.30%
G=70.81%
B=11.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131220.7600.830.49114.571.2430
Hex2083164C0533172471e
Octal402032611401236116210736
Binary10000010000011101101001100010100111100011110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208316; }

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

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

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

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

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

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

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

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