#147614

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

Shades of Forest Green #147614

Tints of Forest Green #147614

Color information

#147614 (or 0x147614) is unknown color: approx Forest Green. HEX triplet: 14, 76 and 14. RGB value is (20,118,20). Sum of RGB (Red+Green+Blue) = 20+118+20=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #147614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147614 is #EB89EB. Grayscale: #4D4D4D. Windows color (decimal): -15436268 or 1340948. OLE color: 1340948.

HSL color Cylindrical-coordinate representation of color #147614: hue angle of 120º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147614 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB2011820-
CMYK0.8300.830.54
HSL120º71.01%27.06%-
HSV(B)120º83.05%46.27%-
XYZ6.8913.162.84-
YUV77.5395.5386.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 118 (46.48% from 255) = 74.68%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=12.66%
G=74.68%
B=12.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118200.8300.830.5412071.0127.06
Hex147614530533678471b
Octal241662412301236617010733
Binary101001110110101001010011010100111101101111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147614; }

 p { color: rgb(20,118,20); }

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

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

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

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

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

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

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