#137218

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

Shades of Forest Green #137218

Tints of Forest Green #137218

Color information

#137218 (or 0x137218) is unknown color: approx Forest Green. HEX triplet: 13, 72 and 18. RGB value is (19,114,24). Sum of RGB (Red+Green+Blue) = 19+114+24=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #137218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137218 is #EC8DE7. Grayscale: #4B4B4B. Windows color (decimal): -15502824 or 1602067. OLE color: 1602067.

HSL color Cylindrical-coordinate representation of color #137218: hue angle of 123.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137218 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1911424-
CMYK0.8300.790.55
HSL123.16º71.43%26.08%-
HSV(B)123.16º83.33%44.71%-
XYZ6.4512.242.89-
YUV75.3399.0387.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 114 (44.92% from 255) = 72.61%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=12.10%
G=72.61%
B=15.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114240.8300.790.55123.1671.4326.08
Hex1372185304F377b471a
Octal231623012301176717310732
Binary100111110010110001010011010011111101111111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137218; }

 p { color: rgb(19,114,24); }

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

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

 a { background-color: rgb(19,114,24); }

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

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

 span { border-color: rgb(19,114,24); }

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