#158414

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

Shades of Forest Green #158414

Tints of Forest Green #158414

Color information

#158414 (or 0x158414) is unknown color: approx Forest Green. HEX triplet: 15, 84 and 14. RGB value is (21,132,20). Sum of RGB (Red+Green+Blue) = 21+132+20=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #158414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158414 is #EA7BEB. Grayscale: #565656. Windows color (decimal): -15367148 or 1344533. OLE color: 1344533.

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

Color convert

RGB2113220-
CMYK0.8400.850.48
HSL119.46º73.68%29.8%-
HSV(B)119.46º84.85%51.76%-
XYZ8.6916.713.43-
YUV86.0490.7381.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 132 (51.95% from 255) = 76.30%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=12.14%
G=76.30%
B=11.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21132200.8400.850.48119.4673.6829.8
Hex1584145405530774a1e
Octal252042412401256016711236
Binary1010110000100101001010100010101011100001110111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158414; }

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

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

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

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

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

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

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

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