#206E0F

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

Shades of Forest Green #206E0F

Tints of Forest Green #206E0F

Color information

#206E0F (or 0x206E0F) is unknown color: approx Forest Green. HEX triplet: 20, 6E and 0F. RGB value is (32,110,15). Sum of RGB (Red+Green+Blue) = 32+110+15=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #206E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206E0F is #DF91F0. Grayscale: #4C4C4C. Windows color (decimal): -14651889 or 1011232. OLE color: 1011232.

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

Color convert

RGB3211015-
CMYK0.7100.860.57
HSL109.26º76%24.51%-
HSV(B)109.26º86.36%43.14%-
XYZ6.2611.492.34-
YUV75.8593.6696.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 110 (43.36% from 255) = 70.06%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=20.38%
G=70.06%
B=9.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32110150.7100.860.57109.267624.51
Hex206EF47056396d4c19
Octal401561710701267115511431
Binary100000110111011111000111010101101110011101101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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