#158531

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

Shades of Forest Green #158531

Tints of Forest Green #158531

Color information

#158531 (or 0x158531) is unknown color: approx Forest Green. HEX triplet: 15, 85 and 31. RGB value is (21,133,49). Sum of RGB (Red+Green+Blue) = 21+133+49=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #158531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158531 is #EA7ACE. Grayscale: #5A5A5A. Windows color (decimal): -15366863 or 3245333. OLE color: 3245333.

HSL color Cylindrical-coordinate representation of color #158531: hue angle of 135º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158531 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB2113349-
CMYK0.8400.630.48
HSL135º72.73%30.2%-
HSV(B)135º84.21%52.16%-
XYZ9.2517.165.73-
YUV89.94104.8978.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 133 (52.34% from 255) = 65.52%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=10.34%
G=65.52%
B=24.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21133490.8400.630.4813572.7330.2
Hex1585315403F3087491e
Octal25205611240776020711136
Binary10101100001011100011010100011111111000010000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158531; }

 p { color: rgb(21,133,49); }

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

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

 a { background-color: rgb(21,133,49); }

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

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

 span { border-color: rgb(21,133,49); }

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