#158220

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

Shades of Forest Green #158220

Tints of Forest Green #158220

Color information

#158220 (or 0x158220) is unknown color: approx Forest Green. HEX triplet: 15, 82 and 20. RGB value is (21,130,32). Sum of RGB (Red+Green+Blue) = 21+130+32=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #158220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158220 is #EA7DDF. Grayscale: #565656. Windows color (decimal): -15367648 or 2130453. OLE color: 2130453.

HSL color Cylindrical-coordinate representation of color #158220: hue angle of 126.06º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158220 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB2113032-
CMYK0.8400.750.49
HSL126.06º72.19%29.61%-
HSV(B)126.06º83.85%50.98%-
XYZ8.5516.234.05-
YUV86.2497.3981.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=11.48%
G=71.04%
B=17.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21130320.8400.750.49126.0672.1929.61
Hex1582205404B317e481e
Octal252024012401136117611036
Binary10101100000101000001010100010010111100011111110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158220; }

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

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

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

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

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

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

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

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