#158D2C

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

Shades of Forest Green #158D2C

Tints of Forest Green #158D2C

Color information

#158D2C (or 0x158D2C) is unknown color: approx Forest Green. HEX triplet: 15, 8D and 2C. RGB value is (21,141,44). Sum of RGB (Red+Green+Blue) = 21+141+44=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #158D2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158D2C is #EA72D3. Grayscale: #5E5E5E. Windows color (decimal): -15364820 or 2919701. OLE color: 2919701.

HSL color Cylindrical-coordinate representation of color #158D2C: hue angle of 131.5º 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 #158D2C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB2114144-
CMYK0.8500.690.45
HSL131.5º74.07%31.76%-
HSV(B)131.5º85.11%55.29%-
XYZ10.2919.395.58-
YUV94.0699.7475.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 141 (55.47% from 255) = 68.45%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=10.19%
G=68.45%
B=21.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21141440.8500.690.45131.574.0731.76
Hex158D2C550452D844a20
Octal252155412501055520411240
Binary1010110001101101100101010101000101101101100001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,44); }

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

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

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

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

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

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

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