#14922A

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

Shades of Forest Green #14922A

Tints of Forest Green #14922A

Color information

#14922A (or 0x14922A) is unknown color: approx Forest Green. HEX triplet: 14, 92 and 2A. RGB value is (20,146,42). Sum of RGB (Red+Green+Blue) = 20+146+42=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 146 (57.42% from 255 or 70.19% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 146 - color contains mainly: green. Hex color #14922A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14922A is #EB6DD5. Grayscale: #606060. Windows color (decimal): -15429078 or 2789908. OLE color: 2789908.

HSL color Cylindrical-coordinate representation of color #14922A: hue angle of 130.48º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14922A is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB2014642-
CMYK0.8600.710.43
HSL130.48º75.9%32.55%-
HSV(B)130.48º86.3%57.25%-
XYZ10.9920.875.64-
YUV96.4797.2673.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 146 (57.42% from 255) = 70.19%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=9.62%
G=70.19%
B=20.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146420.8600.710.43130.4875.932.55
Hex14922A560472B824c21
Octal242225212601075320211441
Binary1010010010010101010101011001000111101011100000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14922A; }

 p { color: rgb(20,146,42); }

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

<style>
 a { background-color: #14922A; }

 a { background-color: rgb(20,146,42); }

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

<style>
 span { border-color: #14922A; }

 span { border-color: rgb(20,146,42); }

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