#147813

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

Shades of Forest Green #147813

Tints of Forest Green #147813

Color information

#147813 (or 0x147813) is unknown color: approx Forest Green. HEX triplet: 14, 78 and 13. RGB value is (20,120,19). Sum of RGB (Red+Green+Blue) = 20+120+19=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 120 (47.27% from 255 or 75.47% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 120 - color contains mainly: green. Hex color #147813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147813 is #EB87EC. Grayscale: #4E4E4E. Windows color (decimal): -15435757 or 1275924. OLE color: 1275924.

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

Color convert

RGB2012019-
CMYK0.8300.840.53
HSL119.41º72.66%27.25%-
HSV(B)119.41º84.17%47.06%-
XYZ7.1213.632.87-
YUV78.5994.3786.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 120 (47.27% from 255) = 75.47%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=12.58%
G=75.47%
B=11.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120190.8300.840.53119.4172.6627.25
Hex147813530543577491b
Octal241702312301246516711133
Binary101001111000100111010011010101001101011110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147813; }

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

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

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

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

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

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

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

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