#206F0E

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

Shades of Forest Green #206F0E

Tints of Forest Green #206F0E

Color information

#206F0E (or 0x206F0E) is unknown color: approx Forest Green. HEX triplet: 20, 6F and 0E. RGB value is (32,111,14). Sum of RGB (Red+Green+Blue) = 32+111+14=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #206F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206F0E is #DF90F1. Grayscale: #4C4C4C. Windows color (decimal): -14651634 or 945952. OLE color: 945952.

HSL color Cylindrical-coordinate representation of color #206F0E: hue angle of 108.87º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206F0E is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB3211114-
CMYK0.7100.870.56
HSL108.87º77.6%24.51%-
HSV(B)108.87º87.39%43.53%-
XYZ6.3611.712.34-
YUV76.3292.8396.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 111 (43.75% from 255) = 70.70%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=20.38%
G=70.70%
B=8.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111140.7100.870.56108.8777.624.51
Hex206FE47057386d4e19
Octal401571610701277015511631
Binary100000110111111101000111010101111110001101101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,111,14); }

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

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

 a { background-color: rgb(32,111,14); }

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

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

 span { border-color: rgb(32,111,14); }

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