#206B11

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

Shades of Forest Green #206B11

Tints of Forest Green #206B11

Color information

#206B11 (or 0x206B11) is unknown color: approx Forest Green. HEX triplet: 20, 6B and 11. RGB value is (32,107,17). Sum of RGB (Red+Green+Blue) = 32+107+17=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #206B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206B11 is #DF94EE. Grayscale: #4A4A4A. Windows color (decimal): -14652655 or 1141536. OLE color: 1141536.

HSL color Cylindrical-coordinate representation of color #206B11: hue angle of 110º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206B11 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB3210717-
CMYK0.7000.840.58
HSL110º72.58%24.31%-
HSV(B)110º84.11%41.96%-
XYZ5.9510.862.31-
YUV74.3295.6597.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 107 (42.19% from 255) = 68.59%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=20.51%
G=68.59%
B=10.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32107170.7000.840.5811072.5824.31
Hex206B11460543A6e4918
Octal401532110601247215611130
Binary1000001101011100011000110010101001110101101110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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