#148E13

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

Shades of Forest Green #148E13

Tints of Forest Green #148E13

Color information

#148E13 (or 0x148E13) is unknown color: approx Forest Green. HEX triplet: 14, 8E and 13. RGB value is (20,142,19). Sum of RGB (Red+Green+Blue) = 20+142+19=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 142 (55.86% from 255 or 78.45% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 142 - color contains mainly: green. Hex color #148E13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148E13 is #EB71EC. Grayscale: #5B5B5B. Windows color (decimal): -15430125 or 1281556. OLE color: 1281556.

HSL color Cylindrical-coordinate representation of color #148E13: hue angle of 119.51º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148E13 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB2014219-
CMYK0.8600.870.44
HSL119.51º76.4%31.57%-
HSV(B)119.51º86.62%55.69%-
XYZ10.0819.543.86-
YUV91.587.0877-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 142 (55.86% from 255) = 78.45%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=11.05%
G=78.45%
B=10.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20142190.8600.870.44119.5176.431.57
Hex148E13560572C784c20
Octal242162312601275417011440
Binary10100100011101001110101100101011110110011110001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148E13; }

 p { color: rgb(20,142,19); }

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

<style>
 a { background-color: #148E13; }

 a { background-color: rgb(20,142,19); }

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

<style>
 span { border-color: #148E13; }

 span { border-color: rgb(20,142,19); }

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