#14A42E

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

Shades of Forest Green #14A42E

Tints of Forest Green #14A42E

Color information

#14A42E (or 0x14A42E) is unknown color: approx Forest Green. HEX triplet: 14, A4 and 2E. RGB value is (20,164,46). Sum of RGB (Red+Green+Blue) = 20+164+46=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 164 (64.45% from 255 or 71.30% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 164 - color contains mainly: green. Hex color #14A42E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A42E is #EB5BD1. Grayscale: #6B6B6B. Windows color (decimal): -15424466 or 3056660. OLE color: 3056660.

HSL color Cylindrical-coordinate representation of color #14A42E: hue angle of 130.83º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A42E is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB2016446-
CMYK0.8800.720.36
HSL130.83º78.26%36.08%-
HSV(B)130.83º87.8%64.31%-
XYZ14.0626.97.04-
YUV107.4993.2965.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 164 (64.45% from 255) = 71.30%
BLUE value IS 46 (18.36% from 255) = 20%
R=8.70%
G=71.30%
B=20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20164460.8800.720.36130.8378.2636.08
Hex14A42E5804824834e24
Octal242445613001104420311644
Binary1010010100100101110101100001001000100100100000111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14A42E; }

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

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

<style>
 a { background-color: #14A42E; }

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

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

<style>
 span { border-color: #14A42E; }

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

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