#147518

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

Shades of Forest Green #147518

Tints of Forest Green #147518

Color information

#147518 (or 0x147518) is unknown color: approx Forest Green. HEX triplet: 14, 75 and 18. RGB value is (20,117,24). Sum of RGB (Red+Green+Blue) = 20+117+24=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #147518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147518 is #EB8AE7. Grayscale: #4D4D4D. Windows color (decimal): -15436520 or 1602836. OLE color: 1602836.

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

Color convert

RGB2011724-
CMYK0.8300.790.54
HSL122.47º70.8%26.86%-
HSV(B)122.47º82.91%45.88%-
XYZ6.8112.943-
YUV77.497.8687.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 117 (46.09% from 255) = 72.67%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=12.42%
G=72.67%
B=14.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117240.8300.790.54122.4770.826.86
Hex1475185304F367a471b
Octal241653012301176617210733
Binary101001110101110001010011010011111101101111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147518; }

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

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

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

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

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

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

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

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