#14842F

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

Shades of Forest Green #14842F

Tints of Forest Green #14842F

Color information

#14842F (or 0x14842F) is unknown color: approx Forest Green. HEX triplet: 14, 84 and 2F. RGB value is (20,132,47). Sum of RGB (Red+Green+Blue) = 20+132+47=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #14842F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14842F is #EB7BD0. Grayscale: #595959. Windows color (decimal): -15432657 or 3114004. OLE color: 3114004.

HSL color Cylindrical-coordinate representation of color #14842F: hue angle of 134.46º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14842F is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB2013247-
CMYK0.8500.640.48
HSL134.46º73.68%29.8%-
HSV(B)134.46º84.85%51.76%-
XYZ9.0516.865.47-
YUV88.82104.3978.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 132 (51.95% from 255) = 66.33%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=10.05%
G=66.33%
B=23.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132470.8500.640.48134.4673.6829.8
Hex14842F5504030864a1e
Octal242045712501006020611236
Binary101001000010010111110101010100000011000010000110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14842F; }

 p { color: rgb(20,132,47); }

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

<style>
 a { background-color: #14842F; }

 a { background-color: rgb(20,132,47); }

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

<style>
 span { border-color: #14842F; }

 span { border-color: rgb(20,132,47); }

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