#206E13

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

Shades of Forest Green #206E13

Tints of Forest Green #206E13

Color information

#206E13 (or 0x206E13) is unknown color: approx Forest Green. HEX triplet: 20, 6E and 13. RGB value is (32,110,19). Sum of RGB (Red+Green+Blue) = 32+110+19=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #206E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206E13 is #DF91EC. Grayscale: #4C4C4C. Windows color (decimal): -14651885 or 1273376. OLE color: 1273376.

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

Color convert

RGB3211019-
CMYK0.7100.830.57
HSL111.43º70.54%25.29%-
HSV(B)111.43º82.73%43.14%-
XYZ6.2911.512.51-
YUV76.395.6696.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 110 (43.36% from 255) = 68.32%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=19.88%
G=68.32%
B=11.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32110190.7100.830.57111.4370.5425.29
Hex206E1347053396f4719
Octal401562310701237115710731
Binary1000001101110100111000111010100111110011101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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