#14831b

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

Shades of Forest Green #14831B

Tints of Forest Green #14831B

Color information

#14831B (or 0x14831B) is unknown color: approx Forest Green. HEX triplet: 14, 83 and 1B. RGB value is (20,131,27). Sum of RGB (Red+Green+Blue) = 20+131+27=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 131 (51.56% from 255 or 73.60% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 131 - color contains mainly: green. Hex color #14831B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14831B is #EB7CE4. Grayscale: #565656. Windows color (decimal): -15432933 or 1803028. OLE color: 1803028.

HSL color Cylindrical-coordinate representation of color #14831B: hue angle of 123.78º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14831B is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB2013127-
CMYK0.8500.790.49
HSL123.78º73.51%29.61%-
HSV(B)123.78º84.73%51.37%-
XYZ8.616.463.76-
YUV85.9694.7380.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 131 (51.56% from 255) = 73.60%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=11.24%
G=73.60%
B=15.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20131270.8500.790.49123.7873.5129.61
Hex14831B5504F317c4a1e
Octal242033312501176117411236
Binary1010010000011110111010101010011111100011111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14831b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14831b; }

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

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

<style>
 a { background-color: #14831b; }

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

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

<style>
 span { border-color: #14831b; }

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

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