#159132

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

Shades of Forest Green #159132

Tints of Forest Green #159132

Color information

#159132 (or 0x159132) is unknown color: approx Forest Green. HEX triplet: 15, 91 and 32. RGB value is (21,145,50). Sum of RGB (Red+Green+Blue) = 21+145+50=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #159132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159132 is #EA6ECD. Grayscale: #616161. Windows color (decimal): -15363790 or 3313941. OLE color: 3313941.

HSL color Cylindrical-coordinate representation of color #159132: hue angle of 134.03º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159132 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB2114550-
CMYK0.8600.660.43
HSL134.03º74.7%32.55%-
HSV(B)134.03º85.52%56.86%-
XYZ11.0120.646.42-
YUV97.09101.4273.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 145 (57.03% from 255) = 67.13%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=9.72%
G=67.13%
B=23.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21145500.8600.660.43134.0374.732.55
Hex159132560422B864b21
Octal252216212601025320611341
Binary1010110010001110010101011001000010101011100001101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159132; }

 p { color: rgb(21,145,50); }

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

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

 a { background-color: rgb(21,145,50); }

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

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

 span { border-color: rgb(21,145,50); }

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