#158614

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

Shades of Forest Green #158614

Tints of Forest Green #158614

Color information

#158614 (or 0x158614) is unknown color: approx Forest Green. HEX triplet: 15, 86 and 14. RGB value is (21,134,20). Sum of RGB (Red+Green+Blue) = 21+134+20=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 134 (52.73% from 255 or 76.57% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 134 - color contains mainly: green. Hex color #158614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158614 is #EA79EB. Grayscale: #575757. Windows color (decimal): -15366636 or 1345045. OLE color: 1345045.

HSL color Cylindrical-coordinate representation of color #158614: hue angle of 119.47º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158614 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB2113420-
CMYK0.8400.850.47
HSL119.47º74.03%30.2%-
HSV(B)119.47º85.07%52.55%-
XYZ8.9617.263.52-
YUV87.2290.0680.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 134 (52.73% from 255) = 76.57%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=12%
G=76.57%
B=11.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21134200.8400.850.47119.4774.0330.2
Hex158614540552F774a1e
Octal252062412401255716711236
Binary1010110000110101001010100010101011011111110111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158614; }

 p { color: rgb(21,134,20); }

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

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

 a { background-color: rgb(21,134,20); }

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

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

 span { border-color: rgb(21,134,20); }

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