#158D2D

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

Shades of Forest Green #158D2D

Tints of Forest Green #158D2D

Color information

#158D2D (or 0x158D2D) is unknown color: approx Forest Green. HEX triplet: 15, 8D and 2D. RGB value is (21,141,45). Sum of RGB (Red+Green+Blue) = 21+141+45=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #158D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158D2D is #EA72D2. Grayscale: #5E5E5E. Windows color (decimal): -15364819 or 2985237. OLE color: 2985237.

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

Color convert

RGB2114145-
CMYK0.8500.680.45
HSL132º74.07%31.76%-
HSV(B)132º85.11%55.29%-
XYZ10.3119.45.68-
YUV94.18100.2475.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 141 (55.47% from 255) = 68.12%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=10.14%
G=68.12%
B=21.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21141450.8500.680.4513274.0731.76
Hex158D2D550442D844a20
Octal252155512501045520411240
Binary1010110001101101101101010101000100101101100001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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