#147918

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

Shades of Forest Green #147918

Tints of Forest Green #147918

Color information

#147918 (or 0x147918) is unknown color: approx Forest Green. HEX triplet: 14, 79 and 18. RGB value is (20,121,24). Sum of RGB (Red+Green+Blue) = 20+121+24=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 121 (47.66% from 255 or 73.33% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 121 - color contains mainly: green. Hex color #147918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147918 is #EB86E7. Grayscale: #505050. Windows color (decimal): -15435496 or 1603860. OLE color: 1603860.

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

Color convert

RGB2012124-
CMYK0.8300.800.53
HSL122.38º71.63%27.65%-
HSV(B)122.38º83.47%47.45%-
XYZ7.2913.893.16-
YUV79.7496.5485.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 121 (47.66% from 255) = 73.33%
BLUE value IS 24 (9.77% from 255) = 14.55%
R=12.12%
G=73.33%
B=14.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121240.8300.800.53122.3871.6327.65
Hex14791853050357a481c
Octal241713012301206517211034
Binary101001111001110001010011010100001101011111010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147918; }

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

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

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

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

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

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

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

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