#147914

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

Shades of Forest Green #147914

Tints of Forest Green #147914

Color information

#147914 (or 0x147914) is unknown color: approx Forest Green. HEX triplet: 14, 79 and 14. RGB value is (20,121,20). Sum of RGB (Red+Green+Blue) = 20+121+20=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 121 (47.66% from 255 or 75.16% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 121 - color contains mainly: green. Hex color #147914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147914 is #EB86EB. Grayscale: #4F4F4F. Windows color (decimal): -15435500 or 1341716. OLE color: 1341716.

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

Color convert

RGB2012120-
CMYK0.8300.830.53
HSL120º71.63%27.65%-
HSV(B)120º83.47%47.45%-
XYZ7.2513.872.96-
YUV79.2994.5485.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 121 (47.66% from 255) = 75.16%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=12.42%
G=75.16%
B=12.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121200.8300.830.5312071.6327.65
Hex147914530533578481c
Octal241712412301236517011034
Binary101001111001101001010011010100111101011111000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147914; }

 p { color: rgb(20,121,20); }

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

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

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

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

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

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

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