#158512

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

Shades of Forest Green #158512

Tints of Forest Green #158512

Color information

#158512 (or 0x158512) is unknown color: approx Forest Green. HEX triplet: 15, 85 and 12. RGB value is (21,133,18). Sum of RGB (Red+Green+Blue) = 21+133+18=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #158512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158512 is #EA7AED. Grayscale: #565656. Windows color (decimal): -15366894 or 1213717. OLE color: 1213717.

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

Color convert

RGB2113318-
CMYK0.8400.860.48
HSL118.43º76.16%29.61%-
HSV(B)118.43º86.47%52.16%-
XYZ8.8116.983.39-
YUV86.489.3981.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 133 (52.34% from 255) = 77.33%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=12.21%
G=77.33%
B=10.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21133180.8400.860.48118.4376.1629.61
Hex1585125405630764c1e
Octal252052212401266016611436
Binary1010110000101100101010100010101101100001110110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158512; }

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

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

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

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

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

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

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

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