#14992E

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

Shades of Forest Green #14992E

Tints of Forest Green #14992E

Color information

#14992E (or 0x14992E) is unknown color: approx Forest Green. HEX triplet: 14, 99 and 2E. RGB value is (20,153,46). Sum of RGB (Red+Green+Blue) = 20+153+46=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 153 (60.16% from 255 or 69.86% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 153 - color contains mainly: green. Hex color #14992E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14992E is #EB66D1. Grayscale: #656565. Windows color (decimal): -15427282 or 3053844. OLE color: 3053844.

HSL color Cylindrical-coordinate representation of color #14992E: hue angle of 131.73º 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 #14992E is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB2015346-
CMYK0.8700.700.4
HSL131.73º76.88%33.92%-
HSV(B)131.73º86.93%60%-
XYZ12.1723.136.41-
YUV101.0496.9470.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 153 (60.16% from 255) = 69.86%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=9.13%
G=69.86%
B=21.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20153460.8700.700.4131.7376.8833.92
Hex14992E5704628844d22
Octal242315612701065020411542
Binary1010010011001101110101011101000110101000100001001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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