#158c15

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

Shades of Forest Green #158C15

Tints of Forest Green #158C15

Color information

#158C15 (or 0x158C15) is unknown color: approx Forest Green. HEX triplet: 15, 8C and 15. RGB value is (21,140,21). Sum of RGB (Red+Green+Blue) = 21+140+21=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 140 (55.08% from 255 or 76.92% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 140 - color contains mainly: green. Hex color #158C15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158C15 is #EA73EA. Grayscale: #5B5B5B. Windows color (decimal): -15365099 or 1412117. OLE color: 1412117.

HSL color Cylindrical-coordinate representation of color #158C15: hue angle of 120º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C15 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB2114021-
CMYK0.8500.850.45
HSL120º73.91%31.57%-
HSV(B)120º85%54.9%-
XYZ9.8218.973.85-
YUV90.8588.5878.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 140 (55.08% from 255) = 76.92%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=11.54%
G=76.92%
B=11.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140210.8500.850.4512073.9131.57
Hex158C15550552D784a20
Octal252142512501255517011240
Binary10101100011001010110101010101010110110111110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158c15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158c15; }

 p { color: rgb(21,140,21); }

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

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

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

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

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

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

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