#149312

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

Shades of Forest Green #149312

Tints of Forest Green #149312

Color information

#149312 (or 0x149312) is unknown color: approx Forest Green. HEX triplet: 14, 93 and 12. RGB value is (20,147,18). Sum of RGB (Red+Green+Blue) = 20+147+18=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 147 (57.81% from 255 or 79.46% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 147 - color contains mainly: green. Hex color #149312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149312 is #EB6CED. Grayscale: #5E5E5E. Windows color (decimal): -15428846 or 1217300. OLE color: 1217300.

HSL color Cylindrical-coordinate representation of color #149312: hue angle of 119.07º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149312 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB2014718-
CMYK0.8600.880.42
HSL119.07º78.18%32.35%-
HSV(B)119.07º87.76%57.65%-
XYZ10.8321.064.07-
YUV94.3284.9274.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 147 (57.81% from 255) = 79.46%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=10.81%
G=79.46%
B=9.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20147180.8600.880.42119.0778.1832.35
Hex149312560582A774e20
Octal242232212601305216711640
Binary10100100100111001010101100101100010101011101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149312; }

 p { color: rgb(20,147,18); }

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

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

 a { background-color: rgb(20,147,18); }

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

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

 span { border-color: rgb(20,147,18); }

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