#147418

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

Shades of Forest Green #147418

Tints of Forest Green #147418

Color information

#147418 (or 0x147418) is unknown color: approx Forest Green. HEX triplet: 14, 74 and 18. RGB value is (20,116,24). Sum of RGB (Red+Green+Blue) = 20+116+24=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 116 (45.70% from 255 or 72.5% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 116 - color contains mainly: green. Hex color #147418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147418 is #EB8BE7. Grayscale: #4D4D4D. Windows color (decimal): -15436776 or 1602580. OLE color: 1602580.

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

Color convert

RGB2011624-
CMYK0.8300.790.55
HSL122.5º70.59%26.67%-
HSV(B)122.5º82.76%45.49%-
XYZ6.712.712.96-
YUV76.8198.287.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 116 (45.70% from 255) = 72.5%
BLUE value IS 24 (9.77% from 255) = 15%
R=12.5%
G=72.5%
B=15%

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
Decimal20116240.8300.790.55122.570.5926.67
Hex1474185304F377a471b
Octal241643012301176717210733
Binary101001110100110001010011010011111101111111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147418; }

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

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

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

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

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

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

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

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