#137F14

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

Shades of Forest Green #137F14

Tints of Forest Green #137F14

Color information

#137F14 (or 0x137F14) is unknown color: approx Forest Green. HEX triplet: 13, 7F and 14. RGB value is (19,127,20). Sum of RGB (Red+Green+Blue) = 19+127+20=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 127 (50% from 255 or 76.51% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 127 - color contains mainly: green. Hex color #137F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F14 is #EC80EB. Grayscale: #525252. Windows color (decimal): -15499500 or 1343251. OLE color: 1343251.

HSL color Cylindrical-coordinate representation of color #137F14: hue angle of 120.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F14 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1912720-
CMYK0.8500.840.50
HSL120.56º73.97%28.63%-
HSV(B)120.56º85.04%49.8%-
XYZ7.9815.373.21-
YUV82.5192.7282.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 127 (50% from 255) = 76.51%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=11.45%
G=76.51%
B=12.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19127200.8500.840.50120.5673.9728.63
Hex137F145505432794a1d
Octal231772412501246217111235
Binary100111111111101001010101010101001100101111001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,127,20); }

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

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

 a { background-color: rgb(19,127,20); }

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

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

 span { border-color: rgb(19,127,20); }

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