#14822C

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

Shades of Forest Green #14822C

Tints of Forest Green #14822C

Color information

#14822C (or 0x14822C) is unknown color: approx Forest Green. HEX triplet: 14, 82 and 2C. RGB value is (20,130,44). Sum of RGB (Red+Green+Blue) = 20+130+44=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #14822C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14822C is #EB7DD3. Grayscale: #575757. Windows color (decimal): -15433172 or 2916884. OLE color: 2916884.

HSL color Cylindrical-coordinate representation of color #14822C: hue angle of 133.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14822C is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB2013044-
CMYK0.8500.660.49
HSL133.09º73.33%29.41%-
HSV(B)133.09º84.62%50.98%-
XYZ8.7316.35.07-
YUV87.31103.5679.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 130 (51.17% from 255) = 67.01%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=10.31%
G=67.01%
B=22.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130440.8500.660.49133.0973.3329.41
Hex14822C550423185491d
Octal242025412501026120511135
Binary101001000001010110010101010100001011000110000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14822C; }

 p { color: rgb(20,130,44); }

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

<style>
 a { background-color: #14822C; }

 a { background-color: rgb(20,130,44); }

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

<style>
 span { border-color: #14822C; }

 span { border-color: rgb(20,130,44); }

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