#14912C

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

Shades of Forest Green #14912C

Tints of Forest Green #14912C

Color information

#14912C (or 0x14912C) is unknown color: approx Forest Green. HEX triplet: 14, 91 and 2C. RGB value is (20,145,44). Sum of RGB (Red+Green+Blue) = 20+145+44=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 145 (57.03% from 255 or 69.38% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 145 - color contains mainly: green. Hex color #14912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14912C is #EB6ED3. Grayscale: #606060. Windows color (decimal): -15429332 or 2920724. OLE color: 2920724.

HSL color Cylindrical-coordinate representation of color #14912C: hue angle of 131.52º 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 #14912C is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB2014544-
CMYK0.8600.700.43
HSL131.52º75.76%32.35%-
HSV(B)131.52º86.21%56.86%-
XYZ10.8720.585.78-
YUV96.1198.5973.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 145 (57.03% from 255) = 69.38%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=9.57%
G=69.38%
B=21.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20145440.8600.700.43131.5275.7632.35
Hex14912C560462B844c20
Octal242215412601065320411440
Binary1010010010001101100101011001000110101011100001001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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