#14872E

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

Shades of Forest Green #14872E

Tints of Forest Green #14872E

Color information

#14872E (or 0x14872E) is unknown color: approx Forest Green. HEX triplet: 14, 87 and 2E. RGB value is (20,135,46). Sum of RGB (Red+Green+Blue) = 20+135+46=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #14872E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14872E is #EB78D1. Grayscale: #5A5A5A. Windows color (decimal): -15431890 or 3049236. OLE color: 3049236.

HSL color Cylindrical-coordinate representation of color #14872E: hue angle of 133.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14872E is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB2013546-
CMYK0.8500.660.47
HSL133.57º74.19%30.39%-
HSV(B)133.57º85.19%52.94%-
XYZ9.4517.675.5-
YUV90.47102.977.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 135 (53.12% from 255) = 67.16%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=9.95%
G=67.16%
B=22.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20135460.8500.660.47133.5774.1930.39
Hex14872E550422F864a1e
Octal242075612501025720611236
Binary101001000011110111010101010100001010111110000110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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