#147318

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

Shades of Forest Green #147318

Tints of Forest Green #147318

Color information

#147318 (or 0x147318) is unknown color: approx Forest Green. HEX triplet: 14, 73 and 18. RGB value is (20,115,24). Sum of RGB (Red+Green+Blue) = 20+115+24=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #147318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147318 is #EB8CE7. Grayscale: #4C4C4C. Windows color (decimal): -15437032 or 1602324. OLE color: 1602324.

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

Color convert

RGB2011524-
CMYK0.8300.790.55
HSL122.53º70.37%26.47%-
HSV(B)122.53º82.61%45.1%-
XYZ6.5812.482.93-
YUV76.2298.5387.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 115 (45.31% from 255) = 72.33%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=12.58%
G=72.33%
B=15.09%

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
Decimal20115240.8300.790.55122.5370.3726.47
Hex1473185304F377b461a
Octal241633012301176717310632
Binary101001110011110001010011010011111101111111011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147318; }

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

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

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

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

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

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

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

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