#149115

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

Shades of Forest Green #149115

Tints of Forest Green #149115

Color information

#149115 (or 0x149115) is unknown color: approx Forest Green. HEX triplet: 14, 91 and 15. RGB value is (20,145,21). Sum of RGB (Red+Green+Blue) = 20+145+21=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 145 (57.03% from 255 or 77.96% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 145 - color contains mainly: green. Hex color #149115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149115 is #EB6EEA. Grayscale: #5D5D5D. Windows color (decimal): -15429355 or 1413396. OLE color: 1413396.

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

Color convert

RGB2014521-
CMYK0.8600.860.43
HSL120.48º75.76%32.35%-
HSV(B)120.48º86.21%56.86%-
XYZ10.5520.454.1-
YUV93.4987.0975.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 145 (57.03% from 255) = 77.96%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=10.75%
G=77.96%
B=11.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20145210.8600.860.43120.4875.7632.35
Hex149115560562B784c20
Octal242212512601265317011440
Binary10100100100011010110101100101011010101111110001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149115; }

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

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

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

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

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

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

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

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