#158E2B

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

Shades of Forest Green #158E2B

Tints of Forest Green #158E2B

Color information

#158E2B (or 0x158E2B) is unknown color: approx Forest Green. HEX triplet: 15, 8E and 2B. RGB value is (21,142,43). Sum of RGB (Red+Green+Blue) = 21+142+43=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #158E2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158E2B is #EA71D4. Grayscale: #5E5E5E. Windows color (decimal): -15364565 or 2854421. OLE color: 2854421.

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

Color convert

RGB2114243-
CMYK0.8500.700.44
HSL130.91º74.23%31.96%-
HSV(B)130.91º85.21%55.69%-
XYZ10.4219.685.53-
YUV94.5498.9175.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 142 (55.86% from 255) = 68.93%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=10.19%
G=68.93%
B=20.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21142430.8500.700.44130.9174.2331.96
Hex158E2B550462C834a20
Octal252165312501065420311240
Binary1010110001110101011101010101000110101100100000111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,142,43); }

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

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

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

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

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

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

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