#14761B

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

Shades of Forest Green #14761B

Tints of Forest Green #14761B

Color information

#14761B (or 0x14761B) is unknown color: approx Forest Green. HEX triplet: 14, 76 and 1B. RGB value is (20,118,27). Sum of RGB (Red+Green+Blue) = 20+118+27=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 118 (46.48% from 255 or 71.52% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 118 - color contains mainly: green. Hex color #14761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14761B is #EB89E4. Grayscale: #4E4E4E. Windows color (decimal): -15436261 or 1799700. OLE color: 1799700.

HSL color Cylindrical-coordinate representation of color #14761B: hue angle of 124.29º 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 #14761B is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB2011827-
CMYK0.8300.770.54
HSL124.29º71.01%27.06%-
HSV(B)124.29º83.05%46.27%-
XYZ6.9613.183.21-
YUV78.3299.0386.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 118 (46.48% from 255) = 71.52%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=12.12%
G=71.52%
B=16.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118270.8300.770.54124.2971.0127.06
Hex14761B5304D367c471b
Octal241663312301156617410733
Binary101001110110110111010011010011011101101111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14761B; }

 p { color: rgb(20,118,27); }

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

<style>
 a { background-color: #14761B; }

 a { background-color: rgb(20,118,27); }

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

<style>
 span { border-color: #14761B; }

 span { border-color: rgb(20,118,27); }

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