#206E10

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

Shades of Forest Green #206E10

Tints of Forest Green #206E10

Color information

#206E10 (or 0x206E10) is unknown color: approx Forest Green. HEX triplet: 20, 6E and 10. RGB value is (32,110,16). Sum of RGB (Red+Green+Blue) = 32+110+16=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 110 (43.36% from 255 or 69.62% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 110 - color contains mainly: green. Hex color #206E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206E10 is #DF91EF. Grayscale: #4C4C4C. Windows color (decimal): -14651888 or 1076768. OLE color: 1076768.

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

Color convert

RGB3211016-
CMYK0.7100.850.57
HSL109.79º74.6%24.71%-
HSV(B)109.79º85.45%43.14%-
XYZ6.2711.52.38-
YUV75.9694.1696.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 110 (43.36% from 255) = 69.62%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=20.25%
G=69.62%
B=10.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32110160.7100.850.57109.7974.624.71
Hex206E1047055396e4b19
Octal401562010701257115611331
Binary1000001101110100001000111010101011110011101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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