#147B12

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

Shades of Forest Green #147B12

Tints of Forest Green #147B12

Color information

#147B12 (or 0x147B12) is unknown color: approx Forest Green. HEX triplet: 14, 7B and 12. RGB value is (20,123,18). Sum of RGB (Red+Green+Blue) = 20+123+18=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 123 (48.44% from 255 or 76.40% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 123 - color contains mainly: green. Hex color #147B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147B12 is #EB84ED. Grayscale: #505050. Windows color (decimal): -15434990 or 1211156. OLE color: 1211156.

HSL color Cylindrical-coordinate representation of color #147B12: hue angle of 118.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147B12 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB2012318-
CMYK0.8400.850.52
HSL118.86º74.47%27.65%-
HSV(B)118.86º85.37%48.24%-
XYZ7.4814.362.95-
YUV80.2392.8885.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 123 (48.44% from 255) = 76.40%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=12.42%
G=76.40%
B=11.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123180.8400.850.52118.8674.4727.65
Hex147B125405534774a1c
Octal241732212401256416711234
Binary101001111011100101010100010101011101001110111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147B12; }

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

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

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

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

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

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

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

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