#137D1C

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

Shades of Forest Green #137D1C

Tints of Forest Green #137D1C

Color information

#137D1C (or 0x137D1C) is unknown color: approx Forest Green. HEX triplet: 13, 7D and 1C. RGB value is (19,125,28). Sum of RGB (Red+Green+Blue) = 19+125+28=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 125 (49.22% from 255 or 72.67% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 125 - color contains mainly: green. Hex color #137D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D1C is #EC82E3. Grayscale: #525252. Windows color (decimal): -15500004 or 1867027. OLE color: 1867027.

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

Color convert

RGB1912528-
CMYK0.8500.780.51
HSL125.09º73.61%28.24%-
HSV(B)125.09º84.8%49.02%-
XYZ7.8114.893.56-
YUV82.2597.3882.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 125 (49.22% from 255) = 72.67%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=11.05%
G=72.67%
B=16.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19125280.8500.780.51125.0973.6128.24
Hex137D1C5504E337d4a1c
Octal231753412501166317511234
Binary100111111101111001010101010011101100111111101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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