#14911F

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

Shades of Forest Green #14911F

Tints of Forest Green #14911F

Color information

#14911F (or 0x14911F) is unknown color: approx Forest Green. HEX triplet: 14, 91 and 1F. RGB value is (20,145,31). Sum of RGB (Red+Green+Blue) = 20+145+31=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 145 (57.03% from 255 or 73.98% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 145 - color contains mainly: green. Hex color #14911F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14911F is #EB6EE0. Grayscale: #5E5E5E. Windows color (decimal): -15429345 or 2068756. OLE color: 2068756.

HSL color Cylindrical-coordinate representation of color #14911F: hue angle of 125.28º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14911F is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB2014531-
CMYK0.8600.790.43
HSL125.28º75.76%32.35%-
HSV(B)125.28º86.21%56.86%-
XYZ10.6620.54.69-
YUV94.6392.0974.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 145 (57.03% from 255) = 73.98%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=10.20%
G=73.98%
B=15.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20145310.8600.790.43125.2875.7632.35
Hex14911F5604F2B7d4c20
Octal242213712601175317511440
Binary10100100100011111110101100100111110101111111011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14911F; }

 p { color: rgb(20,145,31); }

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

<style>
 a { background-color: #14911F; }

 a { background-color: rgb(20,145,31); }

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

<style>
 span { border-color: #14911F; }

 span { border-color: rgb(20,145,31); }

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