#137815

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

Shades of Forest Green #137815

Tints of Forest Green #137815

Color information

#137815 (or 0x137815) is unknown color: approx Forest Green. HEX triplet: 13, 78 and 15. RGB value is (19,120,21). Sum of RGB (Red+Green+Blue) = 19+120+21=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 120 (47.27% from 255 or 75% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 120 - color contains mainly: green. Hex color #137815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137815 is #EC87EA. Grayscale: #4E4E4E. Windows color (decimal): -15501291 or 1406995. OLE color: 1406995.

HSL color Cylindrical-coordinate representation of color #137815: hue angle of 121.19º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137815 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1912021-
CMYK0.8400.830.53
HSL121.19º72.66%27.25%-
HSV(B)121.19º84.17%47.06%-
XYZ7.1213.632.96-
YUV78.5295.5485.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 120 (47.27% from 255) = 75%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=11.88%
G=75%
B=13.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120210.8400.830.53121.1972.6627.25
Hex137815540533579491b
Octal231702512401236517111133
Binary100111111000101011010100010100111101011111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137815; }

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

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

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

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

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

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

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

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