#158312

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

Shades of Forest Green #158312

Tints of Forest Green #158312

Color information

#158312 (or 0x158312) is unknown color: approx Forest Green. HEX triplet: 15, 83 and 12. RGB value is (21,131,18). Sum of RGB (Red+Green+Blue) = 21+131+18=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 131 (51.56% from 255 or 77.06% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 131 - color contains mainly: green. Hex color #158312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158312 is #EA7CED. Grayscale: #555555. Windows color (decimal): -15367406 or 1213205. OLE color: 1213205.

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

Color convert

RGB2113118-
CMYK0.8400.860.49
HSL118.41º75.84%29.22%-
HSV(B)118.41º86.26%51.37%-
XYZ8.5316.443.29-
YUV85.2390.0682.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 131 (51.56% from 255) = 77.06%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=12.35%
G=77.06%
B=10.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21131180.8400.860.49118.4175.8429.22
Hex1583125405631764c1d
Octal252032212401266116611435
Binary1010110000011100101010100010101101100011110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158312; }

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

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

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

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

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

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

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

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