#147519

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

Shades of Forest Green #147519

Tints of Forest Green #147519

Color information

#147519 (or 0x147519) is unknown color: approx Forest Green. HEX triplet: 14, 75 and 19. RGB value is (20,117,25). Sum of RGB (Red+Green+Blue) = 20+117+25=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #147519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147519 is #EB8AE6. Grayscale: #4D4D4D. Windows color (decimal): -15436519 or 1668372. OLE color: 1668372.

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

Color convert

RGB2011725-
CMYK0.8300.790.54
HSL123.09º70.8%26.86%-
HSV(B)123.09º82.91%45.88%-
XYZ6.8312.943.06-
YUV77.5198.3686.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 117 (46.09% from 255) = 72.22%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=12.35%
G=72.22%
B=15.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117250.8300.790.54123.0970.826.86
Hex1475195304F367b471b
Octal241653112301176617310733
Binary101001110101110011010011010011111101101111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147519; }

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

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

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

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

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

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

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

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