#147118

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

Shades of Forest Green #147118

Tints of Forest Green #147118

Color information

#147118 (or 0x147118) is unknown color: approx Forest Green. HEX triplet: 14, 71 and 18. RGB value is (20,113,24). Sum of RGB (Red+Green+Blue) = 20+113+24=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #147118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147118 is #EB8EE7. Grayscale: #4B4B4B. Windows color (decimal): -15437544 or 1601812. OLE color: 1601812.

HSL color Cylindrical-coordinate representation of color #147118: hue angle of 122.58º 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 #147118 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB2011324-
CMYK0.8200.790.56
HSL122.58º69.92%26.08%-
HSV(B)122.58º82.3%44.31%-
XYZ6.3612.022.85-
YUV75.0599.1988.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 113 (44.53% from 255) = 71.97%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=12.74%
G=71.97%
B=15.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20113240.8200.790.56122.5869.9226.08
Hex1471185204F387b461a
Octal241613012201177017310632
Binary101001110001110001010010010011111110001111011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147118; }

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

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

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

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

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

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

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

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