#137824

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

Shades of Forest Green #137824

Tints of Forest Green #137824

Color information

#137824 (or 0x137824) is unknown color: approx Forest Green. HEX triplet: 13, 78 and 24. RGB value is (19,120,36). Sum of RGB (Red+Green+Blue) = 19+120+36=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 120 (47.27% from 255 or 68.57% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 120 - color contains mainly: green. Hex color #137824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137824 is #EC87DB. Grayscale: #505050. Windows color (decimal): -15501276 or 2390035. OLE color: 2390035.

HSL color Cylindrical-coordinate representation of color #137824: hue angle of 130.1º 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 #137824 is Cyan = 0.84, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB1912036-
CMYK0.8400.70.53
HSL130.1º72.66%27.25%-
HSV(B)130.1º84.17%47.06%-
XYZ7.313.73.93-
YUV80.22103.0484.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 120 (47.27% from 255) = 68.57%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=10.86%
G=68.57%
B=20.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120360.8400.70.53130.172.6627.25
Hex137824540463582491b
Octal231704412401066520211133
Binary10011111100010010010101000100011011010110000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137824; }

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

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

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

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

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

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

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

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