#158f31

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

Shades of Forest Green #158F31

Tints of Forest Green #158F31

Color information

#158F31 (or 0x158F31) is unknown color: approx Forest Green. HEX triplet: 15, 8F and 31. RGB value is (21,143,49). Sum of RGB (Red+Green+Blue) = 21+143+49=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 143 (56.25% from 255 or 67.14% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 143 - color contains mainly: green. Hex color #158F31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158F31 is #EA70CE. Grayscale: #606060. Windows color (decimal): -15364303 or 3247893. OLE color: 3247893.

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

Color convert

RGB2114349-
CMYK0.8500.660.44
HSL133.77º74.39%32.16%-
HSV(B)133.77º85.31%56.08%-
XYZ10.6920.036.21-
YUV95.81101.5874.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 143 (56.25% from 255) = 67.14%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=9.86%
G=67.14%
B=23.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21143490.8500.660.44133.7774.3932.16
Hex158F31550422C864a20
Octal252176112501025420611240
Binary1010110001111110001101010101000010101100100001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,143,49); }

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

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

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

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

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

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

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