#158F2D

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

Shades of Forest Green #158F2D

Tints of Forest Green #158F2D

Color information

#158F2D (or 0x158F2D) is unknown color: approx Forest Green. HEX triplet: 15, 8F and 2D. RGB value is (21,143,45). Sum of RGB (Red+Green+Blue) = 21+143+45=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 143 (56.25% from 255 or 68.42% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 143 - color contains mainly: green. Hex color #158F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158F2D is #EA70D2. Grayscale: #5F5F5F. Windows color (decimal): -15364307 or 2985749. OLE color: 2985749.

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

Color convert

RGB2114345-
CMYK0.8500.690.44
HSL131.8º74.39%32.16%-
HSV(B)131.8º85.31%56.08%-
XYZ10.6119.995.78-
YUV95.3599.5874.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 143 (56.25% from 255) = 68.42%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=10.05%
G=68.42%
B=21.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21143450.8500.690.44131.874.3932.16
Hex158F2D550452C844a20
Octal252175512501055420411240
Binary1010110001111101101101010101000101101100100001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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