#14711A

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

Shades of Forest Green #14711A

Tints of Forest Green #14711A

Color information

#14711A (or 0x14711A) is unknown color: approx Forest Green. HEX triplet: 14, 71 and 1A. RGB value is (20,113,26). Sum of RGB (Red+Green+Blue) = 20+113+26=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #14711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14711A is #EB8EE5. Grayscale: #4B4B4B. Windows color (decimal): -15437542 or 1732884. OLE color: 1732884.

HSL color Cylindrical-coordinate representation of color #14711A: hue angle of 123.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14711A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB2011326-
CMYK0.8200.770.56
HSL123.87º69.92%26.08%-
HSV(B)123.87º82.3%44.31%-
XYZ6.3812.032.96-
YUV75.28100.1988.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 113 (44.53% from 255) = 71.07%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=12.58%
G=71.07%
B=16.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20113260.8200.770.56123.8769.9226.08
Hex14711A5204D387c461a
Octal241613212201157017410632
Binary101001110001110101010010010011011110001111100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14711A; }

 p { color: rgb(20,113,26); }

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

<style>
 a { background-color: #14711A; }

 a { background-color: rgb(20,113,26); }

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

<style>
 span { border-color: #14711A; }

 span { border-color: rgb(20,113,26); }

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