#14912E

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

Shades of Forest Green #14912E

Tints of Forest Green #14912E

Color information

#14912E (or 0x14912E) is unknown color: approx Forest Green. HEX triplet: 14, 91 and 2E. RGB value is (20,145,46). Sum of RGB (Red+Green+Blue) = 20+145+46=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #14912E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14912E is #EB6ED1. Grayscale: #606060. Windows color (decimal): -15429330 or 3051796. OLE color: 3051796.

HSL color Cylindrical-coordinate representation of color #14912E: hue angle of 132.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14912E is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB2014546-
CMYK0.8600.680.43
HSL132.48º75.76%32.35%-
HSV(B)132.48º86.21%56.86%-
XYZ10.9120.65.99-
YUV96.3499.5973.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 145 (57.03% from 255) = 68.72%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=9.48%
G=68.72%
B=21.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20145460.8600.680.43132.4875.7632.35
Hex14912E560442B844c20
Octal242215612601045320411440
Binary1010010010001101110101011001000100101011100001001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,145,46); }

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

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

 a { background-color: rgb(20,145,46); }

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

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

 span { border-color: rgb(20,145,46); }

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