#206E11

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

Shades of Forest Green #206E11

Tints of Forest Green #206E11

Color information

#206E11 (or 0x206E11) is unknown color: approx Forest Green. HEX triplet: 20, 6E and 11. RGB value is (32,110,17). Sum of RGB (Red+Green+Blue) = 32+110+17=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 110 (43.36% from 255 or 69.18% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 110 - color contains mainly: green. Hex color #206E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206E11 is #DF91EE. Grayscale: #4C4C4C. Windows color (decimal): -14651887 or 1142304. OLE color: 1142304.

HSL color Cylindrical-coordinate representation of color #206E11: hue angle of 110.32º degrees, saturation: 0.73, 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 #206E11 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB3211017-
CMYK0.7100.850.57
HSL110.32º73.23%24.9%-
HSV(B)110.32º84.55%43.14%-
XYZ6.2711.52.42-
YUV76.0894.6696.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 110 (43.36% from 255) = 69.18%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=20.13%
G=69.18%
B=10.69%

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
Decimal32110170.7100.850.57110.3273.2324.9
Hex206E1147055396e4919
Octal401562110701257115611131
Binary1000001101110100011000111010101011110011101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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