#158C25

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

Shades of Forest Green #158C25

Tints of Forest Green #158C25

Color information

#158C25 (or 0x158C25) is unknown color: approx Forest Green. HEX triplet: 15, 8C and 25. RGB value is (21,140,37). Sum of RGB (Red+Green+Blue) = 21+140+37=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 140 (55.08% from 255 or 70.71% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 140 - color contains mainly: green. Hex color #158C25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C25 is #EA73DA. Grayscale: #5C5C5C. Windows color (decimal): -15365083 or 2460693. OLE color: 2460693.

HSL color Cylindrical-coordinate representation of color #158C25: hue angle of 128.07º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C25 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB2114037-
CMYK0.8500.740.45
HSL128.07º73.91%31.57%-
HSV(B)128.07º85%54.9%-
XYZ10.0219.054.9-
YUV92.6896.5876.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 140 (55.08% from 255) = 70.71%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=10.61%
G=70.71%
B=18.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140370.8500.740.45128.0773.9131.57
Hex158C255504A2D804a20
Octal252144512501125520011240
Binary1010110001100100101101010101001010101101100000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,140,37); }

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

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

 a { background-color: rgb(21,140,37); }

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

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

 span { border-color: rgb(21,140,37); }

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