#147818

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

Shades of Forest Green #147818

Tints of Forest Green #147818

Color information

#147818 (or 0x147818) is unknown color: approx Forest Green. HEX triplet: 14, 78 and 18. RGB value is (20,120,24). Sum of RGB (Red+Green+Blue) = 20+120+24=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 120 (47.27% from 255 or 73.17% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 120 - color contains mainly: green. Hex color #147818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147818 is #EB87E7. Grayscale: #4F4F4F. Windows color (decimal): -15435752 or 1603604. OLE color: 1603604.

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

Color convert

RGB2012024-
CMYK0.8300.80.53
HSL122.4º71.43%27.45%-
HSV(B)122.4º83.33%47.06%-
XYZ7.1713.653.12-
YUV79.1696.8785.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 120 (47.27% from 255) = 73.17%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=12.20%
G=73.17%
B=14.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120240.8300.80.53122.471.4327.45
Hex14781853050357a471b
Octal241703012301206517210733
Binary101001111000110001010011010100001101011111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147818; }

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

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

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

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

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

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

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

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