#14781D

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

Shades of Forest Green #14781D

Tints of Forest Green #14781D

Color information

#14781D (or 0x14781D) is unknown color: approx Forest Green. HEX triplet: 14, 78 and 1D. RGB value is (20,120,29). Sum of RGB (Red+Green+Blue) = 20+120+29=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 120 (47.27% from 255 or 71.01% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 120 - color contains mainly: green. Hex color #14781D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14781D is #EB87E2. Grayscale: #4F4F4F. Windows color (decimal): -15435747 or 1931284. OLE color: 1931284.

HSL color Cylindrical-coordinate representation of color #14781D: hue angle of 125.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14781D is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB2012029-
CMYK0.8300.760.53
HSL125.4º71.43%27.45%-
HSV(B)125.4º83.33%47.06%-
XYZ7.2313.673.42-
YUV79.7399.3785.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 120 (47.27% from 255) = 71.01%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=11.83%
G=71.01%
B=17.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120290.8300.760.53125.471.4327.45
Hex14781D5304C357d471b
Octal241703512301146517510733
Binary101001111000111011010011010011001101011111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14781D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,120,29); }

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

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

 a { background-color: rgb(20,120,29); }

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

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

 span { border-color: rgb(20,120,29); }

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