#14751C

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

Shades of Forest Green #14751C

Tints of Forest Green #14751C

Color information

#14751C (or 0x14751C) is unknown color: approx Forest Green. HEX triplet: 14, 75 and 1C. RGB value is (20,117,28). Sum of RGB (Red+Green+Blue) = 20+117+28=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #14751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14751C is #EB8AE3. Grayscale: #4E4E4E. Windows color (decimal): -15436516 or 1864980. OLE color: 1864980.

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

Color convert

RGB2011728-
CMYK0.8300.760.54
HSL124.95º70.8%26.86%-
HSV(B)124.95º82.91%45.88%-
XYZ6.8612.963.24-
YUV77.8599.8686.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 117 (46.09% from 255) = 70.91%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=12.12%
G=70.91%
B=16.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117280.8300.760.54124.9570.826.86
Hex14751C5304C367d471b
Octal241653412301146617510733
Binary101001110101111001010011010011001101101111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,117,28); }

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

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

 a { background-color: rgb(20,117,28); }

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

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

 span { border-color: rgb(20,117,28); }

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