#137F1A

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

Shades of Forest Green #137F1A

Tints of Forest Green #137F1A

Color information

#137F1A (or 0x137F1A) is unknown color: approx Forest Green. HEX triplet: 13, 7F and 1A. RGB value is (19,127,26). Sum of RGB (Red+Green+Blue) = 19+127+26=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 127 (50% from 255 or 73.84% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 127 - color contains mainly: green. Hex color #137F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F1A is #EC80E5. Grayscale: #535353. Windows color (decimal): -15499494 or 1736467. OLE color: 1736467.

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

Color convert

RGB1912726-
CMYK0.8500.800.50
HSL123.89º73.97%28.63%-
HSV(B)123.89º85.04%49.8%-
XYZ8.0415.393.52-
YUV83.1995.7282.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 127 (50% from 255) = 73.84%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=11.05%
G=73.84%
B=15.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19127260.8500.800.50123.8973.9728.63
Hex137F1A55050327c4a1d
Octal231773212501206217411235
Binary100111111111110101010101010100001100101111100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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