#14912D

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

Shades of Forest Green #14912D

Tints of Forest Green #14912D

Color information

#14912D (or 0x14912D) is unknown color: approx Forest Green. HEX triplet: 14, 91 and 2D. RGB value is (20,145,45). Sum of RGB (Red+Green+Blue) = 20+145+45=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #14912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14912D is #EB6ED2. Grayscale: #606060. Windows color (decimal): -15429331 or 2986260. OLE color: 2986260.

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

Color convert

RGB2014545-
CMYK0.8600.690.43
HSL132º75.76%32.35%-
HSV(B)132º86.21%56.86%-
XYZ10.8920.595.88-
YUV96.2299.0973.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 145 (57.03% from 255) = 69.05%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=9.52%
G=69.05%
B=21.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20145450.8600.690.4313275.7632.35
Hex14912D560452B844c20
Octal242215512601055320411440
Binary1010010010001101101101011001000101101011100001001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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