#147F13

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

Shades of Forest Green #147F13

Tints of Forest Green #147F13

Color information

#147F13 (or 0x147F13) is unknown color: approx Forest Green. HEX triplet: 14, 7F and 13. RGB value is (20,127,19). Sum of RGB (Red+Green+Blue) = 20+127+19=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 127 (50% from 255 or 76.51% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 127 - color contains mainly: green. Hex color #147F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F13 is #EB80EC. Grayscale: #535353. Windows color (decimal): -15433965 or 1277716. OLE color: 1277716.

HSL color Cylindrical-coordinate representation of color #147F13: hue angle of 119.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147F13 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB2012719-
CMYK0.8400.850.50
HSL119.44º73.97%28.63%-
HSV(B)119.44º85.04%49.8%-
XYZ815.373.16-
YUV82.792.0583.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 127 (50% from 255) = 76.51%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=12.05%
G=76.51%
B=11.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20127190.8400.850.50119.4473.9728.63
Hex147F135405532774a1d
Octal241772312401256216711235
Binary101001111111100111010100010101011100101110111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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