#158E1F

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

Shades of Forest Green #158E1F

Tints of Forest Green #158E1F

Color information

#158E1F (or 0x158E1F) is unknown color: approx Forest Green. HEX triplet: 15, 8E and 1F. RGB value is (21,142,31). Sum of RGB (Red+Green+Blue) = 21+142+31=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 142 (55.86% from 255 or 73.20% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 142 - color contains mainly: green. Hex color #158E1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158E1F is #EA71E0. Grayscale: #5D5D5D. Windows color (decimal): -15364577 or 2067989. OLE color: 2067989.

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

Color convert

RGB2114231-
CMYK0.8500.780.44
HSL124.96º74.23%31.96%-
HSV(B)124.96º85.21%55.69%-
XYZ10.2319.64.54-
YUV93.1792.9176.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 142 (55.86% from 255) = 73.20%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=10.82%
G=73.20%
B=15.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21142310.8500.780.44124.9674.2331.96
Hex158E1F5504E2C7d4a20
Octal252163712501165417511240
Binary10101100011101111110101010100111010110011111011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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