#158218

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

Shades of Forest Green #158218

Tints of Forest Green #158218

Color information

#158218 (or 0x158218) is unknown color: approx Forest Green. HEX triplet: 15, 82 and 18. RGB value is (21,130,24). Sum of RGB (Red+Green+Blue) = 21+130+24=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #158218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158218 is #EA7DE7. Grayscale: #555555. Windows color (decimal): -15367656 or 1606165. OLE color: 1606165.

HSL color Cylindrical-coordinate representation of color #158218: hue angle of 121.65º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158218 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB2113024-
CMYK0.8400.820.49
HSL121.65º72.19%29.61%-
HSV(B)121.65º83.85%50.98%-
XYZ8.4616.193.54-
YUV85.3293.3982.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 130 (51.17% from 255) = 74.29%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=12%
G=74.29%
B=13.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21130240.8400.820.49121.6572.1929.61
Hex15821854052317a481e
Octal252023012401226117211036
Binary1010110000010110001010100010100101100011111010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158218; }

 p { color: rgb(21,130,24); }

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

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

 a { background-color: rgb(21,130,24); }

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

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

 span { border-color: rgb(21,130,24); }

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