#137D25

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

Shades of Forest Green #137D25

Tints of Forest Green #137D25

Color information

#137D25 (or 0x137D25) is unknown color: approx Forest Green. HEX triplet: 13, 7D and 25. RGB value is (19,125,37). Sum of RGB (Red+Green+Blue) = 19+125+37=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 125 (49.22% from 255 or 69.06% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 125 - color contains mainly: green. Hex color #137D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D25 is #EC82DA. Grayscale: #535353. Windows color (decimal): -15499995 or 2456851. OLE color: 2456851.

HSL color Cylindrical-coordinate representation of color #137D25: hue angle of 130.19º 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 #137D25 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1912537-
CMYK0.8500.700.51
HSL130.19º73.61%28.24%-
HSV(B)130.19º84.8%49.02%-
XYZ7.9414.944.22-
YUV83.27101.8882.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 125 (49.22% from 255) = 69.06%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=10.50%
G=69.06%
B=20.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19125370.8500.700.51130.1973.6128.24
Hex137D255504633824a1c
Octal231754512501066320211234
Binary10011111110110010110101010100011011001110000010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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