#148116

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

Shades of Forest Green #148116

Tints of Forest Green #148116

Color information

#148116 (or 0x148116) is unknown color: approx Forest Green. HEX triplet: 14, 81 and 16. RGB value is (20,129,22). Sum of RGB (Red+Green+Blue) = 20+129+22=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 129 (50.78% from 255 or 75.44% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 129 - color contains mainly: green. Hex color #148116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148116 is #EB7EE9. Grayscale: #545454. Windows color (decimal): -15433450 or 1474836. OLE color: 1474836.

HSL color Cylindrical-coordinate representation of color #148116: hue angle of 121.1º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148116 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB2012922-
CMYK0.8400.830.49
HSL121.1º73.15%29.22%-
HSV(B)121.1º84.5%50.59%-
XYZ8.2815.913.39-
YUV84.2192.8982.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 129 (50.78% from 255) = 75.44%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=11.70%
G=75.44%
B=12.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20129220.8400.830.49121.173.1529.22
Hex148116540533179491d
Octal242012612401236117111135
Binary1010010000001101101010100010100111100011111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148116; }

 p { color: rgb(20,129,22); }

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

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

 a { background-color: rgb(20,129,22); }

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

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

 span { border-color: rgb(20,129,22); }

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