#14891E

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

Shades of Forest Green #14891E

Tints of Forest Green #14891E

Color information

#14891E (or 0x14891E) is unknown color: approx Forest Green. HEX triplet: 14, 89 and 1E. RGB value is (20,137,30). Sum of RGB (Red+Green+Blue) = 20+137+30=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 137 (53.91% from 255 or 73.26% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 137 - color contains mainly: green. Hex color #14891E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14891E is #EB76E1. Grayscale: #5A5A5A. Windows color (decimal): -15431394 or 2001172. OLE color: 2001172.

HSL color Cylindrical-coordinate representation of color #14891E: hue angle of 125.13º degrees, saturation: 0.75, 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 #14891E is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB2013730-
CMYK0.8500.780.46
HSL125.13º74.52%30.78%-
HSV(B)125.13º85.4%53.73%-
XYZ9.4718.134.23-
YUV89.8294.2478.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 137 (53.91% from 255) = 73.26%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=10.70%
G=73.26%
B=16.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137300.8500.780.46125.1374.5230.78
Hex14891E5504E2E7d4b1f
Octal242113612501165617511337
Binary1010010001001111101010101010011101011101111101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14891E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14891E; }

 p { color: rgb(20,137,30); }

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

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

 a { background-color: rgb(20,137,30); }

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

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

 span { border-color: rgb(20,137,30); }

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