#147116

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

Shades of Forest Green #147116

Tints of Forest Green #147116

Color information

#147116 (or 0x147116) is unknown color: approx Forest Green. HEX triplet: 14, 71 and 16. RGB value is (20,113,22). Sum of RGB (Red+Green+Blue) = 20+113+22=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #147116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147116 is #EB8EE9. Grayscale: #4B4B4B. Windows color (decimal): -15437546 or 1470740. OLE color: 1470740.

HSL color Cylindrical-coordinate representation of color #147116: hue angle of 121.29º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147116 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB2011322-
CMYK0.8200.810.56
HSL121.29º69.92%26.08%-
HSV(B)121.29º82.3%44.31%-
XYZ6.3412.022.74-
YUV74.8298.1988.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 113 (44.53% from 255) = 72.90%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=12.90%
G=72.90%
B=14.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20113220.8200.810.56121.2969.9226.08
Hex147116520513879461a
Octal241612612201217017110632
Binary101001110001101101010010010100011110001111001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147116; }

 p { color: rgb(20,113,22); }

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

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

 a { background-color: rgb(20,113,22); }

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

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

 span { border-color: rgb(20,113,22); }

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