#148E15

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

Shades of Forest Green #148E15

Tints of Forest Green #148E15

Color information

#148E15 (or 0x148E15) is unknown color: approx Forest Green. HEX triplet: 14, 8E and 15. RGB value is (20,142,21). Sum of RGB (Red+Green+Blue) = 20+142+21=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 142 (55.86% from 255 or 77.60% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 142 - color contains mainly: green. Hex color #148E15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148E15 is #EB71EA. Grayscale: #5C5C5C. Windows color (decimal): -15430123 or 1412628. OLE color: 1412628.

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

Color convert

RGB2014221-
CMYK0.8600.850.44
HSL120.49º75.31%31.76%-
HSV(B)120.49º85.92%55.69%-
XYZ10.119.553.95-
YUV91.7388.0876.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 142 (55.86% from 255) = 77.60%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=10.93%
G=77.60%
B=11.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20142210.8600.850.44120.4975.3131.76
Hex148E15560552C784b20
Octal242162512601255417011340
Binary10100100011101010110101100101010110110011110001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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