#147D19

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

Shades of Forest Green #147D19

Tints of Forest Green #147D19

Color information

#147D19 (or 0x147D19) is unknown color: approx Forest Green. HEX triplet: 14, 7D and 19. RGB value is (20,125,25). Sum of RGB (Red+Green+Blue) = 20+125+25=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 125 (49.22% from 255 or 73.53% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 125 - color contains mainly: green. Hex color #147D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D19 is #EB82E6. Grayscale: #525252. Windows color (decimal): -15434471 or 1670420. OLE color: 1670420.

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

Color convert

RGB2012525-
CMYK0.8400.80.51
HSL122.86º72.41%28.43%-
HSV(B)122.86º84%49.02%-
XYZ7.814.893.38-
YUV82.295.7183.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 125 (49.22% from 255) = 73.53%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=11.76%
G=73.53%
B=14.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20125250.8400.80.51122.8672.4128.43
Hex147D1954050337b481c
Octal241753112401206317311034
Binary101001111101110011010100010100001100111111011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,125,25); }

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

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

 a { background-color: rgb(20,125,25); }

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

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

 span { border-color: rgb(20,125,25); }

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