#147517

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

Shades of Forest Green #147517

Tints of Forest Green #147517

Color information

#147517 (or 0x147517) is unknown color: approx Forest Green. HEX triplet: 14, 75 and 17. RGB value is (20,117,23). Sum of RGB (Red+Green+Blue) = 20+117+23=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #147517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147517 is #EB8AE8. Grayscale: #4D4D4D. Windows color (decimal): -15436521 or 1537300. OLE color: 1537300.

HSL color Cylindrical-coordinate representation of color #147517: hue angle of 121.86º 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 #147517 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB2011723-
CMYK0.8300.800.54
HSL121.86º70.8%26.86%-
HSV(B)121.86º82.91%45.88%-
XYZ6.812.932.95-
YUV77.2897.3687.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 117 (46.09% from 255) = 73.12%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=12.5%
G=73.12%
B=14.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117230.8300.800.54121.8670.826.86
Hex14751753050367a471b
Octal241652712301206617210733
Binary101001110101101111010011010100001101101111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147517; }

 p { color: rgb(20,117,23); }

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

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

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

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

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

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

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