#147A20

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

Shades of Forest Green #147A20

Tints of Forest Green #147A20

Color information

#147A20 (or 0x147A20) is unknown color: approx Forest Green. HEX triplet: 14, 7A and 20. RGB value is (20,122,32). Sum of RGB (Red+Green+Blue) = 20+122+32=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 122 (48.05% from 255 or 70.11% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 122 - color contains mainly: green. Hex color #147A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A20 is #EB85DF. Grayscale: #515151. Windows color (decimal): -15435232 or 2128404. OLE color: 2128404.

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

Color convert

RGB2012232-
CMYK0.8400.740.52
HSL127.06º71.83%27.84%-
HSV(B)127.06º83.61%47.84%-
XYZ7.5114.173.71-
YUV81.24100.2184.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 122 (48.05% from 255) = 70.11%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=11.49%
G=70.11%
B=18.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122320.8400.740.52127.0671.8327.84
Hex147A205404A347f481c
Octal241724012401126417711034
Binary1010011110101000001010100010010101101001111111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,122,32); }

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

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

 a { background-color: rgb(20,122,32); }

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

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

 span { border-color: rgb(20,122,32); }

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