#14891f

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

Shades of Forest Green #14891F

Tints of Forest Green #14891F

Color information

#14891F (or 0x14891F) is unknown color: approx Forest Green. HEX triplet: 14, 89 and 1F. RGB value is (20,137,31). Sum of RGB (Red+Green+Blue) = 20+137+31=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #14891F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14891F is #EB76E0. Grayscale: #5A5A5A. Windows color (decimal): -15431393 or 2066708. OLE color: 2066708.

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

Color convert

RGB2013731-
CMYK0.8500.770.46
HSL125.64º74.52%30.78%-
HSV(B)125.64º85.4%53.73%-
XYZ9.4818.144.3-
YUV89.9394.7478.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 137 (53.91% from 255) = 72.87%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=10.64%
G=72.87%
B=16.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137310.8500.770.46125.6474.5230.78
Hex14891F5504D2E7e4b1f
Octal242113712501155617611337
Binary1010010001001111111010101010011011011101111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14891f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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