#159C2A

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

Shades of Forest Green #159C2A

Tints of Forest Green #159C2A

Color information

#159C2A (or 0x159C2A) is unknown color: approx Forest Green. HEX triplet: 15, 9C and 2A. RGB value is (21,156,42). Sum of RGB (Red+Green+Blue) = 21+156+42=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 156 (61.33% from 255 or 71.23% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 156 - color contains mainly: green. Hex color #159C2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159C2A is #EA63D5. Grayscale: #666666. Windows color (decimal): -15360982 or 2792469. OLE color: 2792469.

HSL color Cylindrical-coordinate representation of color #159C2A: hue angle of 129.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C2A is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB2115642-
CMYK0.8700.730.39
HSL129.33º76.27%34.71%-
HSV(B)129.33º86.54%61.18%-
XYZ12.6224.16.18-
YUV102.6493.7769.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 156 (61.33% from 255) = 71.23%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=9.59%
G=71.23%
B=19.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21156420.8700.730.39129.3376.2734.71
Hex159C2A5704927814c23
Octal252345212701114720111443
Binary1010110011100101010101011101001001100111100000011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159C2A; }

 p { color: rgb(21,156,42); }

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

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

 a { background-color: rgb(21,156,42); }

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

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

 span { border-color: rgb(21,156,42); }

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