#137A15

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

Shades of Forest Green #137A15

Tints of Forest Green #137A15

Color information

#137A15 (or 0x137A15) is unknown color: approx Forest Green. HEX triplet: 13, 7A and 15. RGB value is (19,122,21). Sum of RGB (Red+Green+Blue) = 19+122+21=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 122 (48.05% from 255 or 75.31% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 122 - color contains mainly: green. Hex color #137A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137A15 is #EC85EA. Grayscale: #4F4F4F. Windows color (decimal): -15500779 or 1407507. OLE color: 1407507.

HSL color Cylindrical-coordinate representation of color #137A15: hue angle of 121.17º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A15 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB1912221-
CMYK0.8400.830.52
HSL121.17º73.05%27.65%-
HSV(B)121.17º84.43%47.84%-
XYZ7.3614.113.05-
YUV79.6994.8884.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 122 (48.05% from 255) = 75.31%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=11.73%
G=75.31%
B=12.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122210.8400.830.52121.1773.0527.65
Hex137A15540533479491c
Octal231722512401236417111134
Binary100111111010101011010100010100111101001111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,122,21); }

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

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

 a { background-color: rgb(19,122,21); }

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

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

 span { border-color: rgb(19,122,21); }

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