#158A26

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

Shades of Forest Green #158A26

Tints of Forest Green #158A26

Color information

#158A26 (or 0x158A26) is unknown color: approx Forest Green. HEX triplet: 15, 8A and 26. RGB value is (21,138,38). Sum of RGB (Red+Green+Blue) = 21+138+38=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #158A26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158A26 is #EA75D9. Grayscale: #5B5B5B. Windows color (decimal): -15365594 or 2525717. OLE color: 2525717.

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

Color convert

RGB2113838-
CMYK0.8500.720.46
HSL128.72º73.58%31.18%-
HSV(B)128.72º84.78%54.12%-
XYZ9.7518.484.89-
YUV91.6297.7477.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=10.66%
G=70.05%
B=19.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21138380.8500.720.46128.7273.5831.18
Hex158A26550482E814a1f
Octal252124612501105620111237
Binary101011000101010011010101010100100010111010000001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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