#206E16

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

Shades of Forest Green #206E16

Tints of Forest Green #206E16

Color information

#206E16 (or 0x206E16) is unknown color: approx Forest Green. HEX triplet: 20, 6E and 16. RGB value is (32,110,22). Sum of RGB (Red+Green+Blue) = 32+110+22=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 110 (43.36% from 255 or 67.07% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 110 - color contains mainly: green. Hex color #206E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206E16 is #DF91E9. Grayscale: #4C4C4C. Windows color (decimal): -14651882 or 1469984. OLE color: 1469984.

HSL color Cylindrical-coordinate representation of color #206E16: hue angle of 113.18º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206E16 is Cyan = 0.71, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB3211022-
CMYK0.7100.80.57
HSL113.18º66.67%25.88%-
HSV(B)113.18º80%43.14%-
XYZ6.3211.522.65-
YUV76.6597.1696.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 110 (43.36% from 255) = 67.07%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=19.51%
G=67.07%
B=13.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32110220.7100.80.57113.1866.6725.88
Hex206E16470503971431a
Octal401562610701207116110332
Binary1000001101110101101000111010100001110011110001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206E16; }

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

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

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

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

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

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

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

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