#137216

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

Shades of Forest Green #137216

Tints of Forest Green #137216

Color information

#137216 (or 0x137216) is unknown color: approx Forest Green. HEX triplet: 13, 72 and 16. RGB value is (19,114,22). Sum of RGB (Red+Green+Blue) = 19+114+22=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #137216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137216 is #EC8DE9. Grayscale: #4B4B4B. Windows color (decimal): -15502826 or 1470995. OLE color: 1470995.

HSL color Cylindrical-coordinate representation of color #137216: hue angle of 121.89º 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 #137216 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1911422-
CMYK0.8300.810.55
HSL121.89º71.43%26.08%-
HSV(B)121.89º83.33%44.71%-
XYZ6.4312.232.78-
YUV75.1198.0387.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=12.26%
G=73.55%
B=14.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114220.8300.810.55121.8971.4326.08
Hex13721653051377a471a
Octal231622612301216717210732
Binary100111110010101101010011010100011101111111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137216; }

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

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

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

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

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

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

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

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