#148D11

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

Shades of Forest Green #148D11

Tints of Forest Green #148D11

Color information

#148D11 (or 0x148D11) is unknown color: approx Forest Green. HEX triplet: 14, 8D and 11. RGB value is (20,141,17). Sum of RGB (Red+Green+Blue) = 20+141+17=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 141 (55.47% from 255 or 79.21% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 141 - color contains mainly: green. Hex color #148D11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148D11 is #EB72EE. Grayscale: #5B5B5B. Windows color (decimal): -15430383 or 1150228. OLE color: 1150228.

HSL color Cylindrical-coordinate representation of color #148D11: hue angle of 118.55º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148D11 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB2014117-
CMYK0.8600.880.45
HSL118.55º78.48%30.98%-
HSV(B)118.55º87.94%55.29%-
XYZ9.9119.243.72-
YUV90.6886.4177.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 141 (55.47% from 255) = 79.21%
BLUE value IS 17 (7.03% from 255) = 9.55%
R=11.24%
G=79.21%
B=9.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20141170.8600.880.45118.5578.4830.98
Hex148D11560582D774e1f
Octal242152112601305516711637
Binary1010010001101100011010110010110001011011110111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,141,17); }

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

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

 a { background-color: rgb(20,141,17); }

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

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

 span { border-color: rgb(20,141,17); }

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