#137D20

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

Shades of Forest Green #137D20

Tints of Forest Green #137D20

Color information

#137D20 (or 0x137D20) is unknown color: approx Forest Green. HEX triplet: 13, 7D and 20. RGB value is (19,125,32). Sum of RGB (Red+Green+Blue) = 19+125+32=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #137D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D20 is #EC82DF. Grayscale: #525252. Windows color (decimal): -15500000 or 2129171. OLE color: 2129171.

HSL color Cylindrical-coordinate representation of color #137D20: hue angle of 127.36º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D20 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB1912532-
CMYK0.8500.740.51
HSL127.36º73.61%28.24%-
HSV(B)127.36º84.8%49.02%-
XYZ7.8614.913.83-
YUV82.799.3882.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 125 (49.22% from 255) = 71.02%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=10.80%
G=71.02%
B=18.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19125320.8500.740.51127.3673.6128.24
Hex137D205504A337f4a1c
Octal231754012501126317711234
Binary1001111111011000001010101010010101100111111111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137D20; }

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

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

<style>
 a { background-color: #137D20; }

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

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

<style>
 span { border-color: #137D20; }

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

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