#158A20

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

Shades of Forest Green #158A20

Tints of Forest Green #158A20

Color information

#158A20 (or 0x158A20) is unknown color: approx Forest Green. HEX triplet: 15, 8A and 20. RGB value is (21,138,32). Sum of RGB (Red+Green+Blue) = 21+138+32=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 138 (54.30% from 255 or 72.25% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 138 - color contains mainly: green. Hex color #158A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158A20 is #EA75DF. Grayscale: #5B5B5B. Windows color (decimal): -15365600 or 2132501. OLE color: 2132501.

HSL color Cylindrical-coordinate representation of color #158A20: hue angle of 125.64º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158A20 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB2113832-
CMYK0.8500.770.46
HSL125.64º73.58%31.18%-
HSV(B)125.64º84.78%54.12%-
XYZ9.6618.444.42-
YUV90.9394.7478.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 138 (54.30% from 255) = 72.25%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=10.99%
G=72.25%
B=16.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21138320.8500.770.46125.6473.5831.18
Hex158A205504D2E7e4a1f
Octal252124012501155617611237
Binary10101100010101000001010101010011011011101111110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,138,32); }

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

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

 a { background-color: rgb(21,138,32); }

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

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

 span { border-color: rgb(21,138,32); }

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