#14882D

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

Shades of Forest Green #14882D

Tints of Forest Green #14882D

Color information

#14882D (or 0x14882D) is unknown color: approx Forest Green. HEX triplet: 14, 88 and 2D. RGB value is (20,136,45). Sum of RGB (Red+Green+Blue) = 20+136+45=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #14882D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14882D is #EB77D2. Grayscale: #5B5B5B. Windows color (decimal): -15431635 or 2983956. OLE color: 2983956.

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

Color convert

RGB2013645-
CMYK0.8500.670.47
HSL132.93º74.36%30.59%-
HSV(B)132.93º85.29%53.33%-
XYZ9.5717.955.44-
YUV90.94102.0777.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 136 (53.52% from 255) = 67.66%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=9.95%
G=67.66%
B=22.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20136450.8500.670.47132.9374.3630.59
Hex14882D550432F854a1f
Octal242105512501035720511237
Binary101001000100010110110101010100001110111110000101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14882D; }

 p { color: rgb(20,136,45); }

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

<style>
 a { background-color: #14882D; }

 a { background-color: rgb(20,136,45); }

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

<style>
 span { border-color: #14882D; }

 span { border-color: rgb(20,136,45); }

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