#147820

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

Shades of Forest Green #147820

Tints of Forest Green #147820

Color information

#147820 (or 0x147820) is unknown color: approx Forest Green. HEX triplet: 14, 78 and 20. RGB value is (20,120,32). Sum of RGB (Red+Green+Blue) = 20+120+32=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 120 (47.27% from 255 or 69.77% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 120 - color contains mainly: green. Hex color #147820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147820 is #EB87DF. Grayscale: #505050. Windows color (decimal): -15435744 or 2127892. OLE color: 2127892.

HSL color Cylindrical-coordinate representation of color #147820: hue angle of 127.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147820 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB2012032-
CMYK0.8300.730.53
HSL127.2º71.43%27.45%-
HSV(B)127.2º83.33%47.06%-
XYZ7.2713.693.63-
YUV80.07100.8785.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 120 (47.27% from 255) = 69.77%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=11.63%
G=69.77%
B=18.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120320.8300.730.53127.271.4327.45
Hex14782053049357f471b
Octal241704012301116517710733
Binary1010011110001000001010011010010011101011111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147820; }

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

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

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

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

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

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

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

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