#137820

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

Shades of Forest Green #137820

Tints of Forest Green #137820

Color information

#137820 (or 0x137820) is unknown color: approx Forest Green. HEX triplet: 13, 78 and 20. RGB value is (19,120,32). Sum of RGB (Red+Green+Blue) = 19+120+32=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 120 (47.27% from 255 or 70.18% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 120 - color contains mainly: green. Hex color #137820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137820 is #EC87DF. Grayscale: #505050. Windows color (decimal): -15501280 or 2127891. OLE color: 2127891.

HSL color Cylindrical-coordinate representation of color #137820: hue angle of 127.72º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137820 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1912032-
CMYK0.8400.730.53
HSL127.72º72.66%27.25%-
HSV(B)127.72º84.17%47.06%-
XYZ7.2513.683.62-
YUV79.77101.0484.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 120 (47.27% from 255) = 70.18%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=11.11%
G=70.18%
B=18.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120320.8400.730.53127.7272.6627.25
Hex137820540493580491b
Octal231704012401116520011133
Binary10011111100010000010101000100100111010110000000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137820; }

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

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

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

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

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

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

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

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