#148912

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

Shades of Forest Green #148912

Tints of Forest Green #148912

Color information

#148912 (or 0x148912) is unknown color: approx Forest Green. HEX triplet: 14, 89 and 12. RGB value is (20,137,18). Sum of RGB (Red+Green+Blue) = 20+137+18=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 137 (53.91% from 255 or 78.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 137 - color contains mainly: green. Hex color #148912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148912 is #EB76ED. Grayscale: #585858. Windows color (decimal): -15431406 or 1214740. OLE color: 1214740.

HSL color Cylindrical-coordinate representation of color #148912: hue angle of 118.99º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148912 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB2013718-
CMYK0.8500.870.46
HSL118.99º76.77%30.39%-
HSV(B)118.99º86.86%53.73%-
XYZ9.3418.083.57-
YUV88.4588.2479.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 137 (53.91% from 255) = 78.29%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=11.43%
G=78.29%
B=10.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137180.8500.870.46118.9976.7730.39
Hex148912550572E774d1e
Octal242112212501275616711536
Binary1010010001001100101010101010101111011101110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148912; }

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

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

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

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

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

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

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

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