#14992D

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

Shades of Forest Green #14992D

Tints of Forest Green #14992D

Color information

#14992D (or 0x14992D) is unknown color: approx Forest Green. HEX triplet: 14, 99 and 2D. RGB value is (20,153,45). Sum of RGB (Red+Green+Blue) = 20+153+45=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #14992D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14992D is #EB66D2. Grayscale: #656565. Windows color (decimal): -15427283 or 2988308. OLE color: 2988308.

HSL color Cylindrical-coordinate representation of color #14992D: hue angle of 131.28º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14992D is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB2015345-
CMYK0.8700.710.4
HSL131.28º76.88%33.92%-
HSV(B)131.28º86.93%60%-
XYZ12.1523.126.3-
YUV100.9296.4470.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 153 (60.16% from 255) = 70.18%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=9.17%
G=70.18%
B=20.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20153450.8700.710.4131.2876.8833.92
Hex14992D5704728834d22
Octal242315512701075020311542
Binary1010010011001101101101011101000111101000100000111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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