#158612

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

Shades of Forest Green #158612

Tints of Forest Green #158612

Color information

#158612 (or 0x158612) is unknown color: approx Forest Green. HEX triplet: 15, 86 and 12. RGB value is (21,134,18). Sum of RGB (Red+Green+Blue) = 21+134+18=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 134 (52.73% from 255 or 77.46% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 134 - color contains mainly: green. Hex color #158612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158612 is #EA79ED. Grayscale: #575757. Windows color (decimal): -15366638 or 1213973. OLE color: 1213973.

HSL color Cylindrical-coordinate representation of color #158612: hue angle of 118.45º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158612 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB2113418-
CMYK0.8400.870.47
HSL118.45º76.32%29.8%-
HSV(B)118.45º86.57%52.55%-
XYZ8.9417.253.43-
YUV86.9989.0680.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 134 (52.73% from 255) = 77.46%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=12.14%
G=77.46%
B=10.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21134180.8400.870.47118.4576.3229.8
Hex158612540572F764c1e
Octal252062212401275716611436
Binary1010110000110100101010100010101111011111110110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158612; }

 p { color: rgb(21,134,18); }

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

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

 a { background-color: rgb(21,134,18); }

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

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

 span { border-color: rgb(21,134,18); }

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